mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 15:05:45 +00:00
Fix incorrect SQL
This commit is contained in:
parent
f932aa4b04
commit
90a7539ebd
@ -304,7 +304,7 @@ class PostgreSQLDatabase extends SS_Database {
|
|||||||
'0 AS "ParentID"',
|
'0 AS "ParentID"',
|
||||||
'"Title"',
|
'"Title"',
|
||||||
'NULL AS "URLSegment"',
|
'NULL AS "URLSegment"',
|
||||||
'NULL "Content"',
|
'NULL AS "Content"',
|
||||||
'"LastEdited"',
|
'"LastEdited"',
|
||||||
'"Created"',
|
'"Created"',
|
||||||
'"Name"',
|
'"Name"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user