]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- more oracle tweaks for returning; the method here is still kind of brittle and...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Aug 2012 19:41:14 +0000 (19:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Aug 2012 19:41:14 +0000 (19:41 +0000)
commit4d40f1b71ec293af5a7ce16a66429976895a8545
treeb3b7b81b8cb42066d58646ce4182db6d32a4217d
parent752750ea7e4cd026655f0dea19998821a08ac35a
- more oracle tweaks for returning; the method here is still kind of brittle and might have issues with
pks, multiple function calls
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_oracle.py