#10031: Test failures with DateFields and DecimalField under Windows and Python
2.5
---------------------------------------------------+------------------------
Reporter: russellm | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------------+------------------------
Changes (by ramiro):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
I've tested this and found that using SQLite3 3.3.10 (included with
pysqlite.org python2.5 pysqlite2 binary installer for version 2.3.3)
doesn't show this problem. Affected version are SQLite 3.3.4 and
pysqlite2(aka sqlite3) 2.3.2 as shipped with win32 Python 2.5.x
installers.
pysqlite2 change log between 2.3.2 and 2.3.3 don't show anything relevant.
SQLite change log between 3.3.4 and 3.3.10
(http://www.sqlite.org/cvstrac/timeline?d=334&e=2007-Jan-10&c=2&px=&s=9&dm=1&x=1)
show something that might be related
(http://www.sqlite.org/cvstrac/tktview?tn=1726,
http://www.sqlite.org/cvstrac/tktview?tn=1755,
http://www.sqlite.org/cvstrac/chngview?cn=3169 committed right after
SQLite 3.3.5 was released) but I'm not sure.
At any rate, I think we can:
* Rely in our SQLite database notes already included in the documentation
(http://docs.djangoproject.com/en/dev/ref/databases/#id8) that suggest
using 3.3.6 or newer
* change this ticket component to 'documentation'.
* and perhaps add a blurb about this in such notes.
--
Ticket URL: <http://code.djangoproject.com/ticket/10031#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---