Message122213
With version 2.7 (and 2.7.1rc1), the following sequence (see attached test):
c = cursor.execute(' select k from t where k == ?;', (1,))
conn.commit()
r = c.fetchone()
Traceback (most recent call last):
File "/bugs/sqlite_bug.py", line 22, in <module>
c = cursor.execute(' select k from t where k == ?;', (2,))
sqlite3.InterfaceError: Error binding parameter 0 - probably unsupported type.
The program works with 2.6.2 |
|
Date |
User |
Action |
Args |
2010-11-23 12:35:34 | anders.blomdell@control.lth.se | set | recipients:
+ anders.blomdell@control.lth.se |
2010-11-23 12:35:34 | anders.blomdell@control.lth.se | set | messageid: <1290515734.43.0.643837241692.issue10513@psf.upfronthosting.co.za> |
2010-11-23 12:35:31 | anders.blomdell@control.lth.se | link | issue10513 messages |
2010-11-23 12:35:31 | anders.blomdell@control.lth.se | create | |
|