Skip to content

Releases: SeaQL/sea-query

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.

0.11.1

22 May 17:10
Compare
Choose a tag to compare
  • Updated Readme

0.11.0

19 May 08:57
Compare
Choose a tag to compare
  • Added APIs to support ORM
  • Backend and internal refactoring
  • Introduced QueryStatementBuilder and SchemaStatementBuilder traits
  • Introduced ConditionalStatement and OrderedStatement traits
  • Introduced any/all style conditions for cond_where and cond_having

0.10.6

04 May 10:46
Compare
Choose a tag to compare
  • Postgres ALTER TYPE statements for ENUM

0.10.5

02 May 09:40
Compare
Choose a tag to compare
  • Updated documentation

0.10.4

02 May 03:42
Compare
Choose a tag to compare
  • returning() expression for Postgres insert statements
  • Remove redundant index name in foreign key expression of MySQL

0.10.3

30 Apr 17:36
Compare
Choose a tag to compare
  • custom Error type
  • Empty value list for IN
  • Index prefix and IndexOrder

0.10.2

27 Apr 12:39
Compare
Choose a tag to compare
  • Foreign key API from and to
  • Fix foreign key bug in ON UPDATE

0.10.1

25 Apr 16:44
Compare
Choose a tag to compare
  • Added index_type() (FullText and Hash)
  • Added unique() to Index
  • Support composite primary key

0.10.0

23 Apr 03:35
Compare
Choose a tag to compare
  • Use IntoIterator trait instead of Vec on most APIs
  • UUID support in Value
  • Rusqlite support