Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.16

### 0.16.1

- fix: Use bind params regex from sqlalchemy while escaping colons.
- fix: Quote the Postgres identifiers mentioned in DROP TRIGGER.
- feat: Add REFERENCING OLD/NEW TABLE support to pg triggers.

### 0.16.0
- feat: Add parameters and volatility to Function.
- fix: Filter snowflake schema query to current_database().
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sqlalchemy-declarative-extensions"
version = "0.16.0"
version = "0.16.1"
authors = [
{name = "Dan Cardin", email = "[email protected]"},
]
Expand Down
Loading