Ticket #636 (closed Bug: wontfix)
Invalid default sort when using MSSQL
| Reported by: | allain | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Libraries:ORM | Version: | SVN HEAD |
| Keywords: | mssql, sort | Cc: |
Description
When using MSSQL ORDER BY id is ambiguous even if id is not repeated in the columns columns.
Because of this the default sorting is invalid.
Possible fix is to prepend the name of the table onto id in the default sorting.
Change History
Note: See
TracTickets for help on using
tickets.
