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 MrJean1
Recipients MrJean1
Date 2008-03-02.01:42:16
SpamBayes Score 0.08950287
Marked as misclassified No
Message-id <1204422139.64.0.558749633793.issue2215@psf.upfronthosting.co.za>
In-reply-to
Content
One test fails on MacOS X 10.4.11 (Intel) after building 2.6a1 from 
source.

test_sqlite
test test_sqlite failed -- Traceback (most recent call last):
  File "/Users/jean/Tools/Python-2.6a1/Lib/sqlite3/test/regression.py", 
line 118, in CheckWorkaroundForBuggySqliteTransfer
Bindings
    self.con.execute("create table if not exists foo(bar)")
OperationalError: near "not": syntax error


29 tests are skipped (as expected) and 312 pass.
History
Date User Action Args
2008-03-02 01:42:19MrJean1setspambayes_score: 0.0895029 -> 0.08950287
recipients: + MrJean1
2008-03-02 01:42:19MrJean1setspambayes_score: 0.0895029 -> 0.0895029
messageid: <1204422139.64.0.558749633793.issue2215@psf.upfronthosting.co.za>
2008-03-02 01:42:18MrJean1linkissue2215 messages
2008-03-02 01:42:17MrJean1create