Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 3, 2019
1 parent 2e0f34b commit 4e0a732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Also I would like to know about needed examples or documentation stuff.

## Extensions in the latest SNAPSHOT version 2.0

* allowed conditions within **then** and **else** of a **case** statement
* **SELECT * FROM mytable WHERE CASE WHEN a = 1 THEN b IN (1,2,3) ELSE c IN (1,2,3) END**
* **change of parsing** for not within condition: outer not is represented now by NotExpression
* support of named parameters for execute: **EXEC procedure @param = 'foo'**
* support multivalue set statement
Expand Down

0 comments on commit 4e0a732

Please sign in to comment.