Skip to content

Releases: DanCardin/sqlalchemy-declarative-extensions

v0.7.0

16 Feb 21:11
519fc82

Choose a tag to compare

What's Changed

Full Changelog: v0.6.10...v0.7.0

v0.6.10

14 Feb 17:13
42b861a

Choose a tag to compare

What's Changed

  • feat: Detect and perform bulk queries for insert/delete ops. by @DanCardin in #46

Full Changelog: v0.6.9...v0.6.10

v0.6.9

30 Jan 17:36
1bb8552

Choose a tag to compare

What's Changed

  • refactor: Use native sqlalchemy dialect function for detecting table … by @DanCardin in #45

Full Changelog: v0.6.8...v0.6.9

v0.6.8

30 Jan 00:26
7f4d490

Choose a tag to compare

What's Changed

  • feat: Add Table abstraction to reduce Row related boilerplate. by @DanCardin in #44

Full Changelog: v0.6.7...v0.6.8

v0.6.7

06 Oct 18:18
123ec1a

Choose a tag to compare

What's Changed

  • fix: Missing typing_extensions where version > 3.10. by @DanCardin in #43

Full Changelog: v0.6.6...v0.6.7

v0.6.6

09 Aug 14:07
05038ec

Choose a tag to compare

What's Changed

  • fix: Handle missing when condition on triggers coming from postgres. by @DanCardin in #42

Full Changelog: v0.6.5...v0.6.6

v0.6.5

09 Aug 14:01
918a813

Choose a tag to compare

What's Changed

  • fix: Dedent function definition to avoid whitespace-produced spurious… by @DanCardin in #41

Full Changelog: v0.6.4...v0.6.5

v0.6.4

03 Aug 14:18
6b6e7ab

Choose a tag to compare

What's Changed

  • docs: Update docs structure and add contribution docs. by @DanCardin in #35
  • doc: Add documentation about roles and compatibility with testing. by @DanCardin in #36
  • fix: Use HasMetaData for typing on declarative_database. by @DanCardin in #38

Full Changelog: v0.6.3...v0.6.4

v0.6.3

06 Jun 21:03
89e9dae

Choose a tag to compare

What's Changed

  • feat: Interpret "ignore_views" arg as list of globs. by @DanCardin in #34

Full Changelog: v0.6.2...v0.6.3

v0.6.2

06 Jun 18:18
52ca59e

Choose a tag to compare

What's Changed

  • fix: Avoid emitting drops for pg_stat_statements. by @DanCardin in #33

Full Changelog: v0.6.1...v0.6.2