diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-25 23:14:03 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-25 23:14:03 +0000 |
commit | e4056a17874a6b9c9af4f1c2ef48d15ebcc49160 (patch) | |
tree | ceaf25bf8f985036797e7a5024618118439de078 /lib/sqlalchemy/databases/mssql.py | |
parent | 99827142d6b42bc2a83a22a9663cd46f13e94a4f (diff) | |
download | sqlalchemy-e4056a17874a6b9c9af4f1c2ef48d15ebcc49160.tar.gz |
- added new flag to String and create_engine(), assert_unicode=(True|False|None).
When convert_unicode=True, this flag also defaults to `True`, and results in all
unicode conversion operations raising an exception when a non-unicode bytestring
is passed as a bind parameter. It is strongly advised that all unicode-aware
applications make proper use of Python unicode objects (i.e. u'hello' and
not 'hello').
Diffstat (limited to 'lib/sqlalchemy/databases/mssql.py')
0 files changed, 0 insertions, 0 deletions