]> 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)
commitd5cc2f83c1183eb65d0daac3532a1645d0cd9513
tree627f42c47b5d4222168006e9b9077d25c8a67d30
parent4f1274fc1fc675e2a482b68d658b36597f243c31
- 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