Releases: SeaQL/sea-query
Releases · SeaQL/sea-query
0.16.3
- [[#131]]
CAST AS
expression
- [[#131]]
InsertStatement
accepts SimpleExpr
- [[#137]] SQLx Postgres driver bind
DateTime<FixedOffset>
0.16.2
- [[#120]] Support
RETURNING
for DeleteStatement
- [[#128]] Support
UNION
clause for SelectStatement
0.16.1
- [[#129]] MySql
ColumnType::Binary(None)
maps to "blob"
0.16.0
-
[[#112]] Introduce Nullable
trait to permit custom Option<T>
-
[[#113]] ValueType
trait should have a non-panic-ing method
-
[[#114]] ValueType
revamp
- Remove
ValueTypeDefault
- Change
type_name
to return String
-
[[#115]] Postgres concatenate operator (||
)
-
[[#117]] Lock support (FOR SHARE
, FOR UPDATE
) for SELECT statement
0.14.2
- Postgres concatenate operator
0.15.0
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
- #87 Fix inconsistent Ownership of self in Builder APIs
- #105 Use Arc for SeaRc with feature flag thread-safe
0.12.12
- Support Postgres full text search
0.12.10
- #89 flattening iden enums in derive macro