]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- oracle does not implicitly convert to unicode for non-typed result
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Oct 2007 16:12:58 +0000 (16:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Oct 2007 16:12:58 +0000 (16:12 +0000)
commit29291f4c326086a413064bc8e32acad911a33910
tree23b4a6099d03a7ef1605be044736a1731cd5ac05
parentd87ecbdd003b4273e1e259b6251c49069258a876
- oracle does not implicitly convert to unicode for non-typed result
  sets (i.e. when no TypeEngine/String/Unicode type is even being used;
  previously it was detecting DBAPI types and converting regardless).
  should fix [ticket:800]
- fixed oracle out_parameters, likely broke in beta6
- fixed oracle _normalize_case for encoded names, gets unicode reflection test to work
- a few extra tests tweaked/unsupported for oracle
CHANGES
lib/sqlalchemy/databases/oracle.py
test/engine/reflection.py
test/sql/testtypes.py