Opened 19 years ago
Closed 19 years ago
#1440 closed defect (fixed)
[patch] [magic-removal] Do not put multiple SQL statements in one execute() call.
Description ¶
At least in SQLite (and, from memory, in some other DB-API-comaptible Python wrappers as well), it is not possible to put multiple SQL statements in a single call to execute(). By multiple statements here, I mean things separated by semicolons.
We are currently making this error in the magic-removal branch. The attached patch fixes this.
Change History (2)
by , 19 years ago
Attachment: | management.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Send multiple SQL statements one at a time to backend.