]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added "collation" parameter to all
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Oct 2012 23:34:29 +0000 (19:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Oct 2012 23:34:29 +0000 (19:34 -0400)
commit084b559b44bba73becc7e7fa7636d4c5ac99bb55
tree482912c75e6bb9cea188f4b55951c43bb1d74d7a
parentce2c4509176da6c125ec239931f05a946ac44d58
  - [feature] Added "collation" parameter to all
    String types.  When present, renders as
    COLLATE <collation>.  This to support the
    COLLATE keyword now supported by several
    databases including MySQL, SQLite, and Postgresql.
    [ticket:2276]

  - [change] The Text() type renders the length
    given to it, if a length was specified.
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/types.py
test/dialect/test_mysql.py
test/sql/test_types.py