]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- When explicit sequence execution derives the name
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Feb 2011 22:37:36 +0000 (17:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Feb 2011 22:37:36 +0000 (17:37 -0500)
commit8c2eafe54ae30649b235bc851a7a7814ed953ee5
treeb7311298c72c7091661b4368881cf8c197f86720
parent25b891a218b5f333362f2b3e8c99675931e6e576
- When explicit sequence execution derives the name
of the auto-generated sequence of a SERIAL column,
which currently only occurs if implicit_returning=False,
now accommodates if the table + column name is greater
than 63 characters using the same logic Postgresql uses.
[ticket:1083]
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py