Skip to content

Releases: SeaQL/sea-query

0.30.7

12 Jan 14:38
Compare
Choose a tag to compare

Enhancements

  • Added SelectStatement::apply #730

House keeping

  • Slight refactors and documentation update

0.30.6

01 Jan 16:19
Compare
Choose a tag to compare

House keeping

  • Fix clippy warnings on Rust 1.75 #729

sea-query-rusqlite 0.5.0

29 Dec 13:40
Compare
Choose a tag to compare
  • Upgrade rusqlite to 0.30 #728

0.30.5

14 Dec 16:37
Compare
Choose a tag to compare

New Features

  • Added feature flag option-more-parentheses to have more parentheses in expressions #723
  • Added feature flag option-sqlite-exact-column-type to only use integer for SQLite
  • Support COUNT(DISTINCT "column") #700
  • Support index hints for MySQL (via extension::mysql::MySqlSelectStatementExt) #636
  • Support expressions for ON CONFLICT targets #692

Enhancements

  • Add from_clear to allow emptying current from tables in select statement #716

Breaking Changes

  • Caution: do not use the --all-features param in Cargo. If you want to enable all features, use the all-features feature flag instead.

Full Changelog: 0.30.4...0.30.5

0.30.4

01 Dec 10:53
Compare
Choose a tag to compare

Enhancements

  • Impl QueryStatementWriter as inherent methods for WithQuery

0.30.3

22 Nov 22:16
Compare
Choose a tag to compare

New Features

  • Added LTree column type #604
  • Improved parenthesis omission logic

Bug Fixes

  • Fixed BIGINT PRIMARY KEY AUTOINCREMENT for SQLite #689

Upgrades

  • Upgrade chrono to 0.4.27

Breaking changes

  • Removed ToTokens for PgInterval #710

sea-query-derive 0.4.1

19 Oct 18:46
Compare
Choose a tag to compare
  • Upgrade syn to 2

0.30.2

23 Sep 13:52
Compare
Choose a tag to compare

Bug Fixes

  • Fixed incorrect behavior when adding an autoincrement column for Postgres #697

Enhancements

  • Make ValueTuple hashable

0.30.1

25 Aug 20:42
Compare
Choose a tag to compare

Versions

New Features

  • Added Func::round and Func::round_with_precision #671

Enhancements

  • Added some getters to FunctionCall #677

Bug Fixes

  • Fixed bytea literal syntax for Postgres #666
  • Fixed issues with semantics of parenthesis removal (backport)

0.30.0

20 Jul 10:47
Compare
Choose a tag to compare

This is a small (but major) upgrade, the only changes are:

Versions

Full Changelog: 0.29.1...0.30.0