#7570: test failure with sqlite3 version < 3.3.6, typically on Windows: ORDER BY
terms must not be non-integer constants
--------------------------------------------------------+-------------------
          Reporter:  Karen Tracey <[EMAIL PROTECTED]>  |         Owner:  nobody
            Status:  new                                |     Milestone:        
         Component:  Database wrapper                   |       Version:  SVN   
        Resolution:                                     |      Keywords:        
             Stage:  Accepted                           |     Has_patch:  0     
        Needs_docs:  0                                  |   Needs_tests:  0     
Needs_better_patch:  0                                  |  
--------------------------------------------------------+-------------------
Changes (by ramiro):

  * summary:  test failure with sqlite3 version <=3.3.4 (3.3.5?), typically
              on Windows: ORDER BY terms must not be non-
              integer constants => test failure with sqlite3
              version < 3.3.6, typically on Windows: ORDER BY
              terms must not be non-integer constants

Comment:

 Ok, so we know it works with SQLite 3.3.6 and fails with 3.3.4.

 I think it's a SQLite bug reported in this
 [http://www.sqlite.org/cvstrac/tktview?tn=1768 ticket] and fixed in this
 [http://www.sqlite.org/cvstrac/chngview?cn=3173 commit] six days after
 3.3.5 was tagged so it would be safe to assume it is also affected.

 This is the complete changelog between 3.3.4 and 3.3.6:
 http://www.sqlite.org/cvstrac/timeline?d=115&e=2006-Jun-06&c=2&px=&s=9&dm=1&x=1

 Conclusion?: Should we document that SQLite 3.3.6 or newer is required?.

 Just to put things on perspective: As of r8747 the only tests failing
 under Windows (XP 32 bits) + official Python 2.5.2 (includes SQLite 3.3.4)
 are this one and the one reported in #8196.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7570#comment:9>
Django Code <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to