]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement table storage options in postgresql dialect compiler
authorThomas Stephenson <ovangle@gmail.com>
Mon, 12 May 2025 01:39:08 +0000 (11:39 +1000)
committerThomas Stephenson <ovangle@gmail.com>
Mon, 12 May 2025 02:11:09 +0000 (12:11 +1000)
commit4f06dc5fb10540958b4985abc579c93dd28c109b
treec65a0f71e6aab1f83ab797a51c4cd750f3c1bba0
parent46996843876a7635705686f67057fba9c795d787
Implement table storage options in postgresql dialect compiler

These seem to be the most useful table options to pass in most
cases anyway. Reflects the implementation in PGDDLCompiler
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py