id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	modified_flg
1330	PostgreSQL 7.4.x で動作しない	nanasess	somebody	"PostgreSQL 7.4.x へインストールしようとすると, 以下のエラーとなる

{{{
SQL: INSERT INTO dtb_baseinfo(shop_name,email01,email02,email03,email04,email05,top_tpl,product_tpl,detail_tpl,mypage_tpl,update_date) VALUES (?,?,?,?,?,?,?,?,?,?,Now())

MDB2 Error: unknown error

_doquery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_pgsql_3886e92207fc5bd43872ec3ca8b77c8f194132071 AS INSERT INTO dtb_baseinfo(shop_name,email01,email02,email03,email04,email05,top_tpl,product_tpl,detail_tpl,mypage_tpl,update_date) VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,Now())]
[Native message: ERROR:  there is no parameter $1]


/home/web/demo211.ec-cube.net/html/install/index.php 217:lfdispcomplete
/home/web/demo211.ec-cube.net/html/install/index.php 559:sc_query->insert
/home/web/demo211.ec-cube.net/data/class/SC_Query.php 478:sc_query- in <b>/home/web/demo211.ec-cube.net/data/class/SC_Query.php</b> on line <b>870</b><br />
}}}

PostgreSQL 7.4.x の PREPARE 句は, データ型の指定が必須の模様.

"	バグ指摘	closed	中	EC-CUBE2.11.5	その他	2.11.1	修正済			1
