Code

Some speedups - both of the SQL backends can handle using only one cursor.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 23 Sep 2002 06:48:35 +0000 (06:48 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 23 Sep 2002 06:48:35 +0000 (06:48 +0000)
commit21b3acdf5b78d378f1f9044815f69f33bd2f168f
tree776592e826cf1ef78efc4fe08983b0f35421ffc5
parent6033f0ecff5907c7d32a15a3c55e52970c49c535
Some speedups - both of the SQL backends can handle using only one cursor.
Better date unserialisation too.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1207 57a73879-2fb5-44c3-a270-3262357dd7e2
TODO.txt
roundup/backends/back_gadfly.py
roundup/backends/back_sqlite.py
roundup/backends/rdbms_common.py
roundup/cgi/templating.py
roundup/date.py
roundup/scripts/roundup_server.py
test/test_db.py