]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repaired the oracle.RAW type which did not
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jul 2011 15:43:46 +0000 (11:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jul 2011 15:43:46 +0000 (11:43 -0400)
commit105e7636b72347428373ae08ab3f8cef5986879e
tree2691d68428cde613fc61e6cf269d141bc0bad88f
parentf9fddb7b5f12567ec3c7b04372101d2ff91e1a96
- repaired the oracle.RAW type which did not
generate the correct DDL.  [ticket:2220]
- Fixed bug whereby "warn on unicode" flag
would get set for the String type
when used with certain dialects.  This
bug is not in 0.7.
CHANGES
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/types.py
test/dialect/test_oracle.py