]> 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)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 21:19:16 +0000 (23:19 +0200)
commitea1a30f4606eeaee7d696e0d1291a3501ff1fc8a
tree1ac7d43ffe209ff1e3b5e828c317ce9bf1d36472
parent18370a09109391196e4b7c264d06f53041b168e8
Document quoted_name use for PostgreSQL INHERITS (#13342)
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/elements.py
test/dialect/postgresql/test_compiler.py