Skip to content

Releases: SeaQL/sea-query

0.12.9

08 Aug 06:50
Compare
Choose a tag to compare
  • #77 Postgres binary type
  • #81 example for CockroachDB
  • #84 Fix Postgres constraint keywords
  • #75 DateTimeWithTimeZone value type and TimestampWithTimeZone column type

0.12.8

24 Jul 07:34
Compare
Choose a tag to compare
  • Fix Postgres datetime column type mapping
  • Uuid in schema builder

0.12.7

13 Jul 09:38
Compare
Choose a tag to compare
  • cust_with_values allow escape ? using ??

0.12.6

07 Jul 17:16
Compare
Choose a tag to compare
  • Fixed build error for sqlx-sqlite

0.12.5

07 Jul 04:01
Compare
Choose a tag to compare
  • Support Decimal from rust_decimal

0.12.4

23 Jun 14:42
Compare
Choose a tag to compare
  • Added returning for update statement

0.12.3

19 Jun 15:58
Compare
Choose a tag to compare
  • Added type_name for ValueType
  • Values derive Clone
  • Added Update::col_expr
  • Type def Rc as SeaRc
  • getters for schema statements

0.12.2

04 Jun 13:10
Compare
Choose a tag to compare
  • Fixed and_where_option
  • Added Condition::add_option

0.12.1

03 Jun 02:56
Compare
Choose a tag to compare
  • Added not_in_subquery

0.12.0

31 May 13:37
Compare
Choose a tag to compare
  • Unify cond_where and and_where. Note: will panic if calling or_where after and_where.