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.dickinson
Recipients
Date 2007-06-30.03:32:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think your minor(?) data point is a major data point.  I'm using the Macports version of sqlite3.  Furthermore, after hiding the /usr/lib version with

fibonacci:/usr/lib dickinsm$ sudo mv libsqlite3.0.dylib libsqlite3.0.dylib.temp

I can't reproduce the problem any more.  I tried sprinkling a few printf statements through the sqlite3 source to see what was going on.  Bizarrely, it looks as though the Apple-supplied sqlite3SafetyCheck() routine is being called from the Macports createCollation(); or at least that's the only way that I can understand the results I'm getting.  Is this possible?

Mark
History
Date User Action Args
2007-08-23 14:44:19adminlinkissue1581906 messages
2007-08-23 14:44:19admincreate