Releases: SeaQL/sea-query
Releases · SeaQL/sea-query
0.12.0
- Unify
cond_where
and and_where
. Note: will panic if calling or_where
after and_where
.
0.11.0
- 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
- Postgres
ALTER TYPE
statements for ENUM
0.10.4
returning()
expression for Postgres insert statements
- Remove redundant index name in foreign key expression of MySQL
0.10.3
- custom
Error
type
- Empty value list for IN
- Index prefix and
IndexOrder
0.10.2
- Foreign key API
from
and to
- Fix foreign key bug in
ON UPDATE
0.10.1
- Added
index_type()
(FullText
and Hash
)
- Added
unique()
to Index
- Support composite primary key
0.10.0
- Use
IntoIterator
trait instead of Vec
on most APIs
- UUID support in
Value
- Rusqlite support