Releases: piercefreeman/iceaxe
Releases · piercefreeman/iceaxe
v0.6.3
What's Changed
- Call explicit getattr instead of superclass by @piercefreeman in #79
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- feat: added ondelete/onupdate options for foreign keys by @mplemay in #59
- feat: added basic full-text search by @mplemay in #62
- Cache types to avoid per-connection introspection by @piercefreeman in #65
- Add is distinct from support in column() by @piercefreeman in #74
- Distinct equality can't be used with full joins by @piercefreeman in #77
Internal
- Refactor local docs by @piercefreeman in #56
- refactor: removed session._ensure_transaction by @mplemay in #68
- refactor: switch to uv by @mplemay in #67
New Contributors
Full Changelog: v0.5.4...v0.6.2
v0.6.0.dev3
Distinct equality can't be used with full joins (#77) * Distinct equality can't be used with full joins * Add tests for join comparison transformation
v0.6.0.dev2
Fix file inclusions in build dist (#76)
v0.6.0.dev1
Refactor dev dependencies into optional group (#75)
v0.5.4
v0.5.3
What's Changed
- Add destination table/col to migration dependencies by @piercefreeman in #53
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
What's Changed
- Field-level constraint generation by @piercefreeman in #50
- Optimize insertion speed by @piercefreeman in #51
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Expose sql generator for manual text queries by @piercefreeman in #44
- Add alias support in typehinted queries by @piercefreeman in #45
- Support fully defined func functions in order_by by @piercefreeman in #47
- Expose alias in global package by @piercefreeman in #46
- Warning on uncommitted modified models by @piercefreeman in #48
- Support function use in group_by by @piercefreeman in #49
- Fix JSON parsing in update and upset @piercefreeman in #49
Full Changelog: v0.4.1...v0.5.0