]> git.decadent.org.uk Git - dak.git/commitdiff
Use with statement instead of temporary table
authorAnsgar Burchardt <ansgar@debian.org>
Fri, 11 May 2012 13:09:52 +0000 (15:09 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Fri, 11 May 2012 13:23:29 +0000 (15:23 +0200)
SQLAlchemy might use server-side cursors and prepend a

  DECLARE "..." CURSOR WITHOUT HOLD FOR

to the statement.  This does not work if the statement starts with creating a
temporary table.


No differences found