[pypy-issue] [issue996] sqlite3 CREATE TABLE always fails

David Ripton tracker at bugs.pypy.org
Thu Jan 12 18:36:41 CET 2012


David Ripton <d+pypy at ripton.net> added the comment:

Confirmed with PyPy 1.7.

If I change ':memory:' to '/tmp/foo.db', I still get the "table already exists"
error.

But then:
$ sqlite3 /tmp/foo.db
sqlite> .tables
foo
sqlite> .schema foo
CREATE TABLE foo (bar INTEGER);

shows that the table was actually created fine, and the error was incorrect.

----------
nosy: +dripton
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue996>
________________________________________


More information about the pypy-issue mailing list