This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alsadi, pitrou
Date 2009-01-20.11:54:05
SpamBayes Score 0.0044731507
Marked as misclassified No
Message-id <1232452449.82.0.0277793341207.issue4995@psf.upfronthosting.co.za>
In-reply-to
Content
Well I'm no sqlite expert, but here are the values I get on the 2.6 branch:

>>> sqlite3.apilevel
'2.0'
>>> sqlite3.sqlite_version
'3.6.1'
>>> sqlite3.sqlite_version_info
(3, 6, 1)
>>> sqlite3.version
'2.4.1'
>>> sqlite3.version_info
(2, 4, 1)
History
Date User Action Args
2009-01-20 11:54:09pitrousetrecipients: + pitrou, alsadi
2009-01-20 11:54:09pitrousetmessageid: <1232452449.82.0.0277793341207.issue4995@psf.upfronthosting.co.za>
2009-01-20 11:54:06pitroulinkissue4995 messages
2009-01-20 11:54:05pitroucreate