We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cb38e commit d232071Copy full SHA for d232071
1 file changed
website/docs/releases.md
@@ -28,6 +28,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
28
* IANA released version 2025b of the Time Zone Database. Hyper’s time zone information is updated accordingly. Noteworthy changes:
29
* New zone America/Coyhaique
30
* Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end.
31
+* Support for the FILTER clause has been added to aggregation functions in Hyper SQL.
32
+ * For example, you can now write queries such as `SELECT count(*), count(*) FILTER (WHERE color = 'blue') FROM phone_cases;`.
33
+ * The FILTER clause is not supported for ordered-set aggregates and only for WINDOW functions which are aggregates.
34
35
### 0.0.22106 [May 1 2025]
36
0 commit comments