Files
sqlalchemy/test
Jesse Bakker b6eed88ef4 Make if_exists and if_not_exists flags on ddl statements match compiler
Added ``if_exists`` and ``if_not_exists`` parameters for all "Create" /
"Drop" constructs including :class:`.CreateSequence`,
:class:`.DropSequence`, :class:`.CreateIndex`, :class:`.DropIndex`, etc.
allowing generic "IF EXISTS" / "IF NOT EXISTS" phrases to be rendered
within DDL. Pull request courtesy Jesse Bakker.

Fixes: #7354
Closes: #8492
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/8492
Pull-request-sha: d107c6ce55

Change-Id: I367e57b2d9216f5180bcc44e86ca6f3dc794e5ca
2022-10-04 02:40:20 +00:00
..
2022-06-21 10:17:40 -04:00
2022-09-27 10:23:28 -04:00
2022-09-23 13:37:50 -04:00
2022-03-04 16:28:31 -05:00