]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sql
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Apr 2012 23:42:54 +0000 (19:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Apr 2012 23:42:54 +0000 (19:42 -0400)
commit47a799ecd5d03b78e5d67918302c0da2950d27b8
treeef349b936cfe7b158f065459d931409465cfe618
parent2563b33453dee1b55500f13421b7b50ba367a504
- sql
  - [bug] Removed warning when Index is created
    with no columns; while this might not be what
    the user intended, it is a valid use case
    as an Index could be a placeholder for just an
    index of a certain name.

- mssql
  - [feature] Added interim create_engine flag
    supports_unicode_binds to PyODBC dialect,
    to force whether or not the dialect
    passes Python unicode literals to PyODBC
    or not.
CHANGES
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
lib/sqlalchemy/schema.py
test/bootstrap/config.py
test/sql/test_constraints.py