id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
1467	SC_Query シングルトンの悪影響?	Seasoft	somebody	"下記流れ(下記コードは抽象的なもの)で、ORDER句 や WHERE句 の DB エラーの発現があった。
{{{
$objQuery =& SC_Query_Ex::getSingletonInstance();
$objProduct = new SC_Product_Ex();

$arrProductsClass = $objProduct->getProductsClass($product_class_id);
$objQuery->select();
}}}

  * 2.11.2 では未確認。

まずは、備忘録として。"	バグ指摘	new	中	EC-CUBE2.11.3	その他	2.11.1				0
