]> git.decadent.org.uk Git - dak.git/commit
Go back to temporary tables.
authorAnsgar Burchardt <ansgar@43-1.org>
Fri, 11 May 2012 21:32:28 +0000 (23:32 +0200)
committerAnsgar Burchardt <ansgar@43-1.org>
Fri, 11 May 2012 21:35:52 +0000 (23:35 +0200)
commitd594c288046f7eff586e0ac3dbc717d5d8b9b998
tree6ac1f05742a36d483262041a1f2dfdafa6a76e21
parent3dd1a5c09531a04c177f047200c6f173fb0c0480
Go back to temporary tables.

Using with statements as done in c9f2c29661e8d95215966aa52228febe0fec50cf
requires more resources, so revert back to using temporary tables.

We keep the statements to create and fill the temporary table separate from the
SELECT query itself which should fix the original problem in a different way.
daklib/contents.py