PostgreSQL .all() ordering different than id - therefore tests fail

Issue #502 resolved
Ed McDonagh created an issue

SQLite3 seems to return QuerySets in the order they were created when using the .all() function. PostgreSQL seems not to, meaning that the tests that assumed index [0] would be the first event recorded fail when using a PostgreSQL testing database.

Comments (7)

  1. Log in to comment