]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document quoted_name use for PostgreSQL INHERITS (#13342)
authorCaoRongkai <3123005531@mails.gdut.edu.cn>
Thu, 11 Jun 2026 21:19:16 +0000 (05:19 +0800)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 11 Jun 2026 21:21:26 +0000 (23:21 +0200)
commite7a5cc5273d009586ae8ef2dcfd0cbcbc5cda792
treec7263f459dd59f4c7cd3a80d4e6027f658acc22e
parent7a68a20fccd906877f7c6c593424c0840fc12b90
Document quoted_name use for PostgreSQL INHERITS (#13342)

(cherry picked from commit ea1a30f4606eeaee7d696e0d1291a3501ff1fc8a)

Change-Id: I7046bd046a8b8818760b6d253ca528f62ed8a95d
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/elements.py
test/dialect/postgresql/test_compiler.py