Edgewall Software
Modify

Opened 17 years ago

Closed 14 years ago

Last modified 14 years ago

#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 Remy Blank, 14 years ago

Milestone: next-major-0.1X0.12
Resolution: fixed
Status: newclosed

This was fixed in [9571].

comment:2 by Remy Blank, 14 years ago

Owner: changed from Jonas Borgström to Remy Blank

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Remy Blank.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Remy Blank to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.