Skip to content

Releases: halcyonnouveau/estoult

v0.7.1

26 Apr 12:20
Compare
Choose a tag to compare
  • Fix query union.

v0.7.0

09 Apr 16:19
Compare
Choose a tag to compare

This version has major breaking changes, please read.

  • BREAKING CHANGE: rename apocryphan to apocryphes.
  • BREAKING CHANGE: update/insert now returns the changeset of the operation instead of the primary key.
  • BREAKING CHANGE: rename QF to qf.
  • Add association for insert/update on Schema.

v0.6.6

09 Apr 02:47
Compare
Choose a tag to compare
  • Add min and max functions.
  • Field default can now be a function.

v0.6.5

16 Mar 08:18
Compare
Choose a tag to compare
  • Fix wrong errors being called with pooled database.

v0.6.4

16 Feb 06:07
Compare
Choose a tag to compare
  • Add allow_wildcard_select to schemas.

v0.6.3

11 Feb 23:01
Compare
Choose a tag to compare
  • Fix associations with None values.

v0.6.2

08 Feb 01:09
Compare
Choose a tag to compare
  • Fix delete_by_pk.
  • Add type hinting for execute.

v0.6.1

16 Dec 03:48
Compare
Choose a tag to compare
  • Fix rider depends on variable again.

v0.6.0

04 Dec 11:23
Compare
Choose a tag to compare
  • Add associations for schema definitions
    • Basic usage for preloading queries
  • Fix atomic for autoconnect

v0.5.3

29 Nov 23:28
Compare
Choose a tag to compare
  • Fix rider depends on variable.