]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The index name generated when you say "index=True"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jun 2008 17:44:35 +0000 (17:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jun 2008 17:44:35 +0000 (17:44 +0000)
commitbd708ad176f936a94551280795c735d59ad32bf4
treef84de8adcc8f12aa4db34e25fa3665675e2e5cc1
parent45defff23dd7a51cbdb95e4a5b724620c29fa72e
- The index name generated when you say "index=True"
on a Column is truncated to the length appropriate
for the dialect. Additionally, an Index with a too-
long name cannot be explicitly dropped with
Index.drop(), similar to [ticket:571].
[ticket:820]
CHANGES
lib/sqlalchemy/databases/access.py
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sybase.py
lib/sqlalchemy/sql/compiler.py
test/sql/constraints.py