Package: python-apsw
Severity: normal

The program below segfaults when executed with python2.3-apsw or
python2.4-apsw.  Note the lack of a binding for the argument.  I would
like to set the severity to "minor", but it's actually very inconvenient
during development. 8-/

import apsw
db = apsw.Connection(":memory:")
c = db.cursor()
c.execute("CREATE TABLE foo (bar TEXT)")
c.execute("SELECT * FROM foo WHERE bar = ?")


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to