Skip to content

Commit 536ba9d

Browse files
committed
fixes #90
1 parent db4a27e commit 536ba9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Also I would like to know about needed examples or documentation stuff.
3939

4040
## Extensions in the latest SNAPSHOT version 0.9.3
4141

42+
* support for **KEEP**
43+
44+
```sql
45+
KEEP (DENSE_RANK FIRST ORDER BY col1)
46+
```
4247
* support for **ILIKE**
4348
* support for **LEFT/RIGHT** as function names
4449
* support for **UPDATE OF table**

0 commit comments

Comments
 (0)