]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Changes to attempt support of FreeTDS 0.91 with
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Sep 2011 19:33:12 +0000 (15:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Sep 2011 19:33:12 +0000 (15:33 -0400)
commit57ae8672a6be786c32d79faca90666d5b654bce6
tree517a9586b04ca72723e50b263c309366cc465832
parent746be1283806259f7be6e283c4e7a2df254cc094
  - Changes to attempt support of FreeTDS 0.91 with
    Pyodbc.  This includes that string binds are sent as
    Python unicode objects when FreeTDS 0.91 is detected,
    and a CAST(? AS NVARCHAR) is used when we detect
    for a table.   However, I'd continue
    to characterize Pyodbc + FreeTDS 0.91 behavior as
    pretty crappy, there are still many queries such
    as used in reflection which cause a core dump on
    Linux, and it is not really usable at all
    on OSX, MemoryErrors abound and just plain broken
    unicode support.   [ticket:2273]
CHANGES
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/dialects/mssql/base.py