Skip to content

Commit fbb7f31

Browse files
committed
Changelog
1 parent 927e81a commit fbb7f31

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)