Modify ↓
#6067 closed defect (fixed)
.executemany() issue
| Reported by: | Noah Kantrowitz | Owned by: | Remy Blank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The following will currently break:
cursor.executemany('INSERT INTO foo (bar, blah) VALUES (%s, %s)', [])
I'm not sure how best to handle this, but it should probably be fixed.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
| Milestone: | next-major-0.1X → 0.12 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.



This was fixed in [9571].