Changes between Initial Version and Version 2 of Ticket #10031


Ignore:
Timestamp:
02/27/09 17:39:29 (15 years ago)
Author:
Jacob
Comment:

I agree: we should just change the docs to be more insistant that using SQLite < 3.3.6 is a Bad Idea.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10031

    • Property Milestone changed from to 1.1
    • Property Triage Stage changed from Unreviewed to Accepted
    • Property Component changed from Database layer (models, ORM) to Documentation
    • Property Summary changed from Test failures with DateFields and DecimalField under Windows and Python 2.5 to Recommend against Windows/SQLite < 3.3.6 much more strongly
  • Ticket #10031 – Description

    initial v2  
     1This is yet another Windows/SQLite 3.3.4 bug; see the first comment below.
     2
     3Original ticket follows
     4
     5----
     6
    17The aggregation and aggregation_regress system tests fail due to problems with DateFields and DecimalFields under Windows and Python 2.5
    28
Back to Top