Skip to content

Releases: SeaQL/sea-query

0.19.0

19 Nov 06:56
Compare
Choose a tag to compare

Merged PRs

New Contributors

Full Changelog: 0.18.2...0.19.0

0.18.2

04 Nov 05:34
Compare
Choose a tag to compare

Merged PRs

New Contributors

Full Changelog: 0.18.1...0.18.2

0.18.1

26 Oct 04:50
Compare
Choose a tag to compare
  • [[#169]] Add support for Postgres interval type
  • [[#171]] Fix bug in Condition::add where Condition negation is ignored

0.17.3

26 Oct 04:47
Compare
Choose a tag to compare
  • [[#171]] fix bug in Condition::add where Condition negation is ignored

0.16.6

26 Oct 04:46
Compare
Choose a tag to compare
  • [[#171]] fix bug in Condition::add where Condition negation is ignored

0.18.0

15 Oct 03:04
Compare
Choose a tag to compare
  • [[#159]] Add ValueType::column_type
  • [[#160]] Add FromValueTuple trait

0.17.2

15 Oct 03:00
Compare
Choose a tag to compare
  • [[#164]] Revert "Fix SQLite chrono::NaiveTime binding"

0.17.1 (yanked)

12 Oct 06:02
Compare
Choose a tag to compare
  • [[#159]] Add ValueType::column_type
  • [[#160]] Add FromValueTuple trait

0.17.0

12 Oct 06:01
Compare
Choose a tag to compare

See CHANGELOG for upgrade instructions

  • [[#157]] Fix binding nullable custom types on db drivers

0.16.5

30 Sep 14:39
Compare
Choose a tag to compare
  • [[#145]] Add Condition::not
  • [[#149]] Fix SQLite chrono::NaiveTime binding