Ticket #636 (closed Bug: wontfix)

Opened 5 months ago

Last modified 4 months ago

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

Changed 5 months ago by Shadowhand

  • status changed from new to closed
  • resolution set to wontfix

Please manually add the table name to the column if you would like more specific sorting.

Changed 4 months ago by anonymous

  • milestone deleted

Milestone 2.1.3 deleted

Note: See TracTickets for help on using tickets.