1
0
Fork 0

Adding upstream version 15.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 15:58:03 +01:00
parent bb75596aa9
commit 577b79f5a7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
81 changed files with 40321 additions and 37940 deletions

View file

@ -247,7 +247,7 @@ parse_one("SELECT x FROM y").from_("z").sql()
```
```sql
'SELECT x FROM y, z'
'SELECT x FROM z'
```
There is also a way to recursively transform the parsed tree by applying a mapping function to each tree node: