This project is archived and is in readonly mode.
Test for has many through fails on sqlite2
Reported by John Pignata | August 15th, 2009 @ 05:08 AM
One of the failing CI tests seems to be the result of sorting after retrieval. I've added a sort_by to order the result by ID which seems to fix the test and doesn't impact the mysql, pg or sqlite3 tests.
-jp
Comments and changes to this ticket
-
John Pignata August 15th, 2009 @ 05:09 AM
- Assigned user set to Pratik
-
Repository August 15th, 2009 @ 08:30 PM
- State changed from new to resolved
(from [dad0f62dc9b8225872dbc2e4a7fb5aed5bffb66a]) Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/dad0f62dc9b8225872dbc2e4a7fb5a... -
Repository August 16th, 2009 @ 03:14 AM
(from [7213da37cefff7801a61f302a647e337e2313858]) Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/7213da37cefff7801a61f302a647e3...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 3054 Test for has many through fails on sqlite2 (from [dad0f62dc9b8225872dbc2e4a7fb5aed5bffb66a]) Fix tes...
- 3054 Test for has many through fails on sqlite2 (from [7213da37cefff7801a61f302a647e337e2313858]) Fix tes...