#2944: With Python 2.5 dbshell launches wrong sqlite shell
--------------------------------+-------------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  adrian         
     Status:  new               |            Component:  django-admin.py
    Version:                    |           Resolution:                 
   Keywords:                    |                Stage:  Accepted       
  Has_patch:  0                 |           Needs_docs:  0              
Needs_tests:  0                 |   Needs_better_patch:  0              
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):

 I'm not sure exactly what the problem is here.  As I understand it,
 Python's {{{sqlite3}}} module is merely a wrapper around an external
 SQLite library, presumably the same one being used by the {{{sqlite3}}}
 command-line program.
 
 The suggested test is likely to be always false because executing
 {{{sqlite3 -version}}} in a shell gives you the version number of the
 underlying SQLite installation whereas {{{sqlite3.version}}} in a Python
 environment gives you the version number of the ''wrapper'', and the two
 version numbers are unrelated.
 
 Or have I completely missed the point?...

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2944#comment:4>
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