]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
allow setattr() access to _CursorFairy directly, thereby removing the need for dialec...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 6 Nov 2009 15:51:06 +0000 (15:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 6 Nov 2009 15:51:06 +0000 (15:51 +0000)
commit516dd178bf2feb5ad1d04993fa65d1a5a8f476ed
tree0b0073a0375ec1f99e00c7261053fe063bb7320d
parent8f4373104f0104886423bf0ecdf4d71239bb998e
allow setattr() access to _CursorFairy directly, thereby removing the need for dialects to guess whether they have a wrapped cursor or not, fixes #1609, regression from r6471
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/pool.py
test/dialect/test_oracle.py