Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.32.5 source code.tar.gz | 2025-05-07 | 286.2 kB | |
0.32.5 source code.zip | 2025-05-07 | 396.4 kB | |
README.md | 2025-05-07 | 381 Bytes | |
Totals: 3 Items | 683.0 kB | 0 |
New features
- Support for creating functional indexes in PostgreSQL and MySQL https://github.com/SeaQL/sea-query/pull/869
Enhancements
- Make
RcOrArc
a documented type alias instead of a direct reexport https://github.com/SeaQL/sea-query/pull/875 - Impl
Iden
for&'static str
(don't wrap strings inAlias::new
) https://github.com/SeaQL/sea-query/pull/882