Changes between Version 1 and Version 2 of Ticket #26192, comment 6
- Timestamp:
- Feb 9, 2016, 10:07:32 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26192, comment 6
v1 v2 1 1 Interesting. We upgraded to 1.8.9 and use PostgreSQL 9.3.10. Our testsuite runs without errors. 2 2 3 Can you provide your query string? I would be interesting in how the order clause looks. 3 Can you provide your query string? I would be interesting in how the order clause looks. 4 5 Ours: 6 7 {{{'SELECT "mymodel"."id" FROM "app_mymodel" ORDER BY asdf ASC'}}}