Releases: SeaQL/sea-query
Releases · SeaQL/sea-query
0.12.9
- #77 Postgres
binary
type
- #81 example for CockroachDB
- #84 Fix Postgres constraint keywords
- #75
DateTimeWithTimeZone
value type and TimestampWithTimeZone
column type
0.12.8
- Fix Postgres
datetime
column type mapping
Uuid
in schema builder
0.12.7
cust_with_values
allow escape ?
using ??
0.12.6
- Fixed build error for
sqlx-sqlite
0.12.5
- Support
Decimal
from rust_decimal
0.12.4
- Added
returning
for update statement
0.12.3
- Added
type_name
for ValueType
Values
derive Clone
- Added
Update::col_expr
- Type def Rc as
SeaRc
- getters for schema statements
0.12.2
- Fixed
and_where_option
- Added
Condition::add_option
0.12.0
- Unify
cond_where
and and_where
. Note: will panic if calling or_where
after and_where
.