]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The assert_unicode flag is deprecated. SQLAlchemy will raise
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2010 22:00:58 +0000 (22:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2010 22:00:58 +0000 (22:00 +0000)
commit756370e0b43a20ae30ed03cb30762756c97fb258
treeb7a77d9c63db47d55d27dbebe3df7f45c38c0126
parent8056006f067f98cffcbdc274a1c7921f00a67ab9
- The assert_unicode flag is deprecated.  SQLAlchemy will raise
a warning in all cases where it is asked to encode a non-unicode
Python string, and will do nothing for DBAPIs that already
accept Python unicode objects.
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/types.py
test/dialect/test_postgresql.py
test/dialect/test_sqlite.py
test/sql/test_types.py