Skip to content

Commit c982b52

Browse files
committed
Update old blog post on lambda deprecation
1 parent 310e3d2 commit c982b52

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_posts/2025-05-21-announcing-duckdb-130.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ SET lambda_syntax = 'ENABLE_SINGLE_ARROW';
5252
SET lambda_syntax = 'DISABLE_SINGLE_ARROW';
5353
```
5454

55-
Currently, `DEFAULT` enables both syntax styles, i.e., the old single arrow syntax and the Python-style syntax. DuckDB 1.4.0 will be the last release supporting the single arrow syntax without explicitly enabling it. DuckDB 1.5.0 will disable the single arrow syntax by default. DuckDB 1.6.0 will remove the `lambda_syntax` flag and fully deprecate the single arrow syntax,
55+
Currently, `DEFAULT` enables both syntax styles, i.e., the old single arrow syntax and the Python-style syntax.
56+
We will gradually phase out the old syntax.
57+
DuckDB 1.5.0 will be the last release supporting the single arrow syntax without explicitly enabling it.
58+
Following versions will first disable the single arrow syntax by default,
59+
then ultimately remove the `lambda_syntax` flag and fully deprecate the single arrow syntax,
5660
so the old behavior will no longer be accessible.
5761

5862
### Serializing Strings in List with Escapes

0 commit comments

Comments
 (0)