]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Adjusted the pyodbc dialect such that bound
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Jun 2011 02:24:07 +0000 (22:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Jun 2011 02:24:07 +0000 (22:24 -0400)
commit9a34d9a83fa40a27c6e9ab5c275c48716895574c
tree624a8b9aa32adfcfa7b616e6f3c1c5e7f8bdbd44
parent2291c0a59a626abc1c23a3ba16b72574de2d3e98
  - Adjusted the pyodbc dialect such that bound
    values are passed as bytes and not unicode
    if the "Easysoft" unix drivers are detected.
    This is the same behavior as occurs with
    FreeTDS.  Easysoft appears to segfault
    if Python unicodes are passed under
    certain circumstances.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/connectors/pyodbc.py