mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
76c63fe4a4
Quoted table / column names to make test cases work in postgres BUG Fixed issue with SQLQuery::lastRow crashing on empty set. Added test cases for lastRow and firstRow. Quoted table / column names to make test cases work in postgres Merge branch '3.0-sqlquery-lastrow-fix' of github.com:tractorcow/sapphire into 3.0-sqlquery-lastrow-fix
7 lines
120 B
YAML
7 lines
120 B
YAML
SQLQueryTest_DO:
|
|
test1:
|
|
Name: 'Object 1'
|
|
Meta: 'Details 1'
|
|
test2:
|
|
Name: 'Object 2'
|
|
Meta: 'Details 2' |