]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- small fix to allow successive compiles of the same SELECT object
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Apr 2007 22:22:07 +0000 (22:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Apr 2007 22:22:07 +0000 (22:22 +0000)
commitb9ce8e38c9a406f2b979aec133c36cc587d888c7
treeb8a374e88ef6c6bf81903e1d02c0139565d53ab7
parente44857977a79e306808e9e56638d6ca339b983a4
- small fix to allow successive compiles of the same SELECT object
which features LIMIT/OFFSET.  oracle dialect needs to modify
the object to have ROW_NUMBER OVER and wasn't performing
the full series of steps on successive compiles.
CHANGES
lib/sqlalchemy/databases/oracle.py
test/sql/select.py