Opened 17 years ago
Last modified 12 years ago
#10739 closed
MySQL and order_by() — at Initial Version
| Reported by: | Stephane Raimbault | Owned by: | nobody | 
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
I've found a strange bug in our Damned Lies application (Open Source), so I've added a test case
http://svn.gnome.org/viewvc/damned-lies?view=revision&revision=1528 to identify it.
actions_db
[<ActionDb: UNDO (6)>, <ActionDb: RP (5)>, <ActionDb: UT (4)>, <ActionDb: RT (3)>, <ActionDb: UNDO (2)>, <ActionDb: RT (1)>]
actions_db[0]
<ActionDb: RT (1)>
len(actions_db)
6
actions_db[0]
<ActionDb: UNDO (6)>
  Note:
 See   TracTickets
 for help on using tickets.