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 Mark.Bucciarelli
Recipients Mark.Bucciarelli, ghaering, poq
Date 2011-10-16.16:30:29
SpamBayes Score 7.1086083e-06
Marked as misclassified No
Message-id <1318782630.3.0.806158400193.issue12997@psf.upfronthosting.co.za>
In-reply-to
Content
BAD : sqlite3.sqlite_version_info = (3, 6, 12)
GOOD: sqlite3.sqlite_version_info = (3, 7, 4)
GOOD: sqlite3.sqlite_version_info = (3, 7, 8)

I guess this is the cause of the different behavior.

sqlite_version_info is the version of the underlying sqlite3 database library.

So, the sqlite3 is loading an older dynamic lib on my OSX.
History
Date User Action Args
2011-10-16 16:30:30Mark.Bucciarellisetrecipients: + Mark.Bucciarelli, ghaering, poq
2011-10-16 16:30:30Mark.Bucciarellisetmessageid: <1318782630.3.0.806158400193.issue12997@psf.upfronthosting.co.za>
2011-10-16 16:30:29Mark.Bucciarellilinkissue12997 messages
2011-10-16 16:30:29Mark.Bucciarellicreate