mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-23 04:00:23 +08:00
Fixed test break.
This commit is contained in:
@ -288,7 +288,7 @@ FROM
|
|||||||
LEFT JOIN pg_namespace d ON d.oid = c.relnamespace
|
LEFT JOIN pg_namespace d ON d.oid = c.relnamespace
|
||||||
LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p'
|
LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p'
|
||||||
WHERE
|
WHERE
|
||||||
a.attnum > 0 and t.typename != ''
|
a.attnum > 0 and t.typname != ''
|
||||||
and c.relname = {$tableName}
|
and c.relname = {$tableName}
|
||||||
and d.nspname = {$schemaName}
|
and d.nspname = {$schemaName}
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
Reference in New Issue
Block a user