File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212* Fix incorrect casting of ` ChronoDateTimeWithTimeZone ` in ` Value::Array ` https://github.com/SeaQL/sea-query/pull/933
1313* Add missing parenthesis to ` WINDOW ` clause https://github.com/SeaQL/sea-query/pull/919
14+ ``` sql
15+ SELECT .. OVER " w" FROM " character" WINDOW " w" AS (PARTITION BY " ww" )
16+ ```
17+ * Fix serializing iden as a value in ` ALTER TYPE ... RENAME TO ... ` statements https://github.com/SeaQL/sea-query/pull/924
18+ ``` sql
19+ ALTER TYPE " font" RENAME TO " typeface"
20+ ```
21+ * Fixed the issue where milliseconds were truncated when formatting ` Value::Constant ` https://github.com/SeaQL/sea-query/pull/929
22+ ``` sql
23+ ' 2025-01-01 00:00:00.000000'
24+ ^^^^^^^
25+ ```
1426
1527## 0.32.6 - 2025-05-27
1628
You can’t perform that action at this time.
0 commit comments