Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

70 lines (43 loc) · 1.6 KB

Changelog

0.13

  • feat: Add support for MetaData.drop_all.
  • feat: Add basic support for functions and procedures to MySQL.

0.12

  • feat: Add basic support for triggers to MySQL.

0.11

0.11.4

  • fix: Incorrect when condition paren stripping.

0.11.3

  • fix: Use different mechanism to get WHEN clause in trigger definitions to avoid postgres internal error.

0.11.2

  • fix: Add trailing semicolon to avoid syntax issue with snowflake schema ....create

0.11.1

  • fix: Snowflake create schema emitting invalid syntax due to double string wrapping.

0.11.0

  • feat: Add "use role" with schema.
  • feat: Add snowflake-specific schema support.
  • feat: Add support for declarative database.
  • feat: Add support for snowflake roles.
  • feat: Add support for snowflake views.
  • fix: Snowflake schema name comparison casing.

0.10

0.10.0

  • feat: Add separate Procedure object for postgres.

0.9

0.9.3

  • feat: Allow glob matching view creation in sqlalchemy event hook.

0.9.2

  • fix: Ignore snowflake schema casing.

0.9.1

  • feat: Allow view to be a callable.
  • feat: Add concept of "external" role that is ignored during comparisons.

0.9.0

  • feat: Allow postgres specific materialized view options.
  • fix: Deprecates constraints and materialized arguments during direct construction of generic View instances. Moved to dialect-specific variants.
  • feat: add "security" option to postgres Function.
  • feat: Add external option to Role, which can be used to reference non-managed roles.
  • feat: Allow Role to be referenced by object rather than just name.