Message3276

Author leosoto
Recipients leosoto
Date 2008-06-12.20:27:54
SpamBayes Score 0.013120699
Marked as misclassified No
Message-id <1213302474.75.0.28701684599.issue1054@psf.upfronthosting.co.za>
In-reply-to
Content
When cursor.executemany() is called with an empty sequence as the second
arg, there is no need to construct a PreparedStatement using the query
passed as the first arg.

Aside from performance considerations, this avoids raising failures with
wrong sql when the sql query is irrelevant.
History
Date User Action Args
2008-06-12 20:27:55leosotosetspambayes_score: 0.0131207 -> 0.013120699
recipients: + leosoto
2008-06-12 20:27:54leosotosetspambayes_score: 0.0131207 -> 0.0131207
messageid: <1213302474.75.0.28701684599.issue1054@psf.upfronthosting.co.za>
2008-06-12 20:27:54leosotolinkissue1054 messages
2008-06-12 20:27:54leosotocreate