]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add "force_nocheck" as a way to turn on unicode=force without even
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 02:23:01 +0000 (21:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 02:23:01 +0000 (21:23 -0500)
commitb2223ab14988317f86fcbb6271a8b853b2924bae
tree239be6387ea75ec09c70e4ca6524834a9521e142
parent638c1c46b23273e3c50638537ecfec91e839253e
- add "force_nocheck" as a way to turn on unicode=force without even
doing the isinstance() check - currently used only by psycopg2 + native enum + py2k.
- didn't realize psycopg2 had UNICODEARRAY extension all this time; replace _PGArray
with just using UNICODEARRAY instead.
- replace unnecessary/inconsistent __import__ in _isolation_lookup.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/sql/sqltypes.py