]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Oracle - the implicit_retunring argument to create_engine()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Oct 2010 19:27:21 +0000 (15:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Oct 2010 19:27:21 +0000 (15:27 -0400)
commitc01c6baf5715a13d707a4d57717f9ad1bc12027a
treece861a1b62cbdf516a9b4ddebb635e767f84a072
parentea81fa93a4e2598065951e80baab9b37523cc424
- Oracle - the implicit_retunring argument to create_engine()
is now honored regardless of detected version of
Oracle.  Previously, the flag would be forced
to False if server version info was < 10.
[ticket:1878]
CHANGES
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py