Skip to content

Releases: SeaQL/sea-query

0.16.3

17 Sep 15:18
Compare
Choose a tag to compare
  • [[#131]] CAST AS expression
  • [[#131]] InsertStatement accepts SimpleExpr
  • [[#137]] SQLx Postgres driver bind DateTime<FixedOffset>

0.16.2

15 Sep 03:45
Compare
Choose a tag to compare
  • [[#120]] Support RETURNING for DeleteStatement
  • [[#128]] Support UNION clause for SelectStatement

0.16.1

10 Sep 09:17
Compare
Choose a tag to compare
  • [[#129]] MySql ColumnType::Binary(None) maps to "blob"

0.16.0

02 Sep 07:56
Compare
Choose a tag to compare
  • [[#112]] Introduce Nullable trait to permit custom Option<T>

  • [[#113]] ValueType trait should have a non-panic-ing method

  • [[#114]] ValueType revamp

    1. Remove ValueTypeDefault
    2. Change type_name to return String
  • [[#115]] Postgres concatenate operator (||)

  • [[#117]] Lock support (FOR SHARE, FOR UPDATE) for SELECT statement

0.14.2

29 Aug 18:27
Compare
Choose a tag to compare
  • Postgres concatenate operator

0.15.0

21 Aug 14:13
Compare
Choose a tag to compare

This is a rather big breaking change. Refer to CHANGELOG.md for upgrade instructions.

  • [#107] Revamp Value to typed null value
  • Added BigDecimal support

0.14.1

15 Aug 10:47
Compare
Choose a tag to compare
  • #87 Fix inconsistent Ownership of self in Builder APIs
  • #105 Use Arc for SeaRc with feature flag thread-safe

0.12.12

14 Aug 13:21
Compare
Choose a tag to compare
  • Support Postgres full text search

0.12.11

13 Aug 14:50
Compare
Choose a tag to compare
  • Support SeaORM

0.12.10

11 Aug 04:10
Compare
Choose a tag to compare
  • #89 flattening iden enums in derive macro