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 MrJean1, ghaering, mark.dickinson
Date 2008-03-02.22:02:36
SpamBayes Score 0.012494214
Marked as misclassified No
Message-id <1204495357.91.0.779816472383.issue2215@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is Mac specific---one of the linux buildbots has also 
been having this problem, it seems.  I think it's a result of having
an older version of sqlite3 installed.

My OS X 10.4 box has sqlite3 version 3.1.3 installed, and that
version doesn't support the 'if not exists ...' syntax.

The test works fine on OS X 10.5, with sqlite3 version 3.4.0.

I don't know what Python should be doing for older versions of sqlite3.
History
Date User Action Args
2008-03-02 22:02:38mark.dickinsonsetspambayes_score: 0.0124942 -> 0.012494214
recipients: + mark.dickinson, ghaering, MrJean1
2008-03-02 22:02:37mark.dickinsonsetspambayes_score: 0.0124942 -> 0.0124942
messageid: <1204495357.91.0.779816472383.issue2215@psf.upfronthosting.co.za>
2008-03-02 22:02:37mark.dickinsonlinkissue2215 messages
2008-03-02 22:02:36mark.dickinsoncreate