Skip to content

Commit

Permalink
fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed May 7, 2015
1 parent db4a27e commit 536ba9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Also I would like to know about needed examples or documentation stuff.

## Extensions in the latest SNAPSHOT version 0.9.3

* support for **KEEP**

```sql
KEEP (DENSE_RANK FIRST ORDER BY col1)
```
* support for **ILIKE**
* support for **LEFT/RIGHT** as function names
* support for **UPDATE OF table**
Expand Down

0 comments on commit 536ba9d

Please sign in to comment.