DDC-3518 - Schema creation statement is not quoted
This commit is contained in:
parent
e0077b290b
commit
56c5cb41fc
@ -20,7 +20,7 @@ class DDC1360Test extends OrmFunctionalTestCase
|
|||||||
));
|
));
|
||||||
|
|
||||||
$this->assertEquals(array(
|
$this->assertEquals(array(
|
||||||
'CREATE SCHEMA "user"',
|
'CREATE SCHEMA user',
|
||||||
'CREATE TABLE "user"."user" (id INT NOT NULL, PRIMARY KEY(id))',
|
'CREATE TABLE "user"."user" (id INT NOT NULL, PRIMARY KEY(id))',
|
||||||
'CREATE SEQUENCE "user"."user_id_seq" INCREMENT BY 1 MINVALUE 1 START 1',
|
'CREATE SEQUENCE "user"."user_id_seq" INCREMENT BY 1 MINVALUE 1 START 1',
|
||||||
), $sql);
|
), $sql);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user