]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- adjustments to oracle ROWID logic...recent oid changes mean we have to
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Nov 2007 19:23:08 +0000 (19:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Nov 2007 19:23:08 +0000 (19:23 +0000)
commit5a70cb7fa5345696731eac48958bee804f241df3
tree86752660ec681ca9fc0490cf6e67f9d3485a7fe3
parent00c2077cbcddcbe22c8f356dd5b0a61a55d71186
- adjustments to oracle ROWID logic...recent oid changes mean we have to
use "rowid" against the select itself (i.e. its just...'rowid', no table name).
seems to work OK but not sure if issues will arise
- fixes to oracle bind param stuff to account for recent removal of ClauseParameters object.
CHANGES
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/compiler.py
test/dialect/oracle.py
test/orm/eager_relations.py