Skip to content

Commit 4e0a732

Browse files
committed
1 parent 2e0f34b commit 4e0a732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Also I would like to know about needed examples or documentation stuff.
5555

5656
## Extensions in the latest SNAPSHOT version 2.0
5757

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

0 commit comments

Comments
 (0)