]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
render table name with schema
authorMatthew Sills <matthew@eightminuteswest.com>
Thu, 19 Dec 2019 15:03:12 +0000 (10:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Dec 2019 23:55:15 +0000 (18:55 -0500)
commitc85c89a11528d7f342fca9e04a56663521c774a2
tree4061cc2d54faa4207fd9c811a96cbd63109687d1
parent961923c35782e7804f97242a6729a57f711d9e78
render table name with schema

Fixed issue where COMMENT directives for PostgreSQL failed to correctly
include an explicit schema name, as well as correct quoting rules for
schema, table, and column names.  Pull request courtesy Matthew Sills.

Fixes: #637
Closes: #636
Pull-request: https://github.com/sqlalchemy/alembic/pull/636
Pull-request-sha: 703e27bab5b2d0907367dd03a4babb00ea5ee8aa

Change-Id: I319171b0596faf0bbea1b965e094d13acad14b6c
alembic/ddl/postgresql.py
docs/build/unreleased/637.rst [new file with mode: 0644]
tests/test_postgresql.py