| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.32.7 source code.tar.gz | 2025-08-06 | 287.1 kB | |
| 0.32.7 source code.zip | 2025-08-06 | 397.4 kB | |
| README.md | 2025-08-06 | 756 Bytes | |
| Totals: 3 Items | 685.2 kB | 0 | |
Enhancements
- Added
ValueType::is_option
Bug Fixes
- Fix incorrect casting of
ChronoDateTimeWithTimeZoneinValue::Arrayhttps://github.com/SeaQL/sea-query/pull/933 -
Add missing parenthesis to
WINDOWclause https://github.com/SeaQL/sea-query/pull/919:::sql SELECT .. OVER "w" FROM "character" WINDOW "w" AS (PARTITION BY "ww") * Fix serializing iden as a value in
ALTER TYPE ... RENAME TO ...statements https://github.com/SeaQL/sea-query/pull/924:::sql ALTER TYPE "font" RENAME TO "typeface" * Fixed the issue where milliseconds were truncated when formatting
Value::Constanthttps://github.com/SeaQL/sea-query/pull/929:::sql '2025-01-01 00:00:00.000000' ^^^^^^^