#9845 closed (fixed)
Aggregate regression tests fail against SQLite 3.5.9
Reported by: | Alex Gaynor | Owned by: | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The aggregation regress tests are known to pass against 3.4.0, but fail against 3.5.9. The output is the following: http://dpaste.com/hold/98963/ . I haven't been able to identify the cause yet.
This is being filed against the external aggregation branch.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Component: | ORM aggregation → Database layer (models, ORM) |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in github branch, commit f1eacc9518f621f4c85abc9e46e0e5692cdeb852. Thanks to Alex Gaynor and Ramiro Morales for their help in tracking down this problem.