Revision 934 trunk/org.gvsig.postgresql/org.gvsig.postgresql.provider/src/test/resources/org/gvsig/postgresql/dal/resultSetForSetProvider.sql

View differences:

resultSetForSetProvider.sql
4 4
    "ID", "Byte", "Bool1", "Long", "Timestamp", "Date", "Time", 
5 5
    "Bool2", "String", "Bool3", "Double", "Bool4", "Float", "Bool5", "Decimal", 
6 6
    ST_AsBinary("Geometry") 
7
  FROM "dbtest"."public"."test" ORDER BY "ID" ASC;
7
  FROM "dbtest"."public"."test" ORDER BY "ID" ASC NULLS LAST;

Also available in: Unified diff