Skip to content

Commit 36a62e9

Browse files
committed
introduced boolean values within conditions
1 parent a8333bf commit 36a62e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

4040
## Extensions in the latest SNAPSHOT version 0.9.5
4141

42+
* introduced first support for boolean valued column conditions
43+
44+
~~~
45+
SELECT * FROM mytable WHERE mytable.boolValue;
46+
~~~
47+
4248
* improved parenthesis parsing performance within expressions (#215)
4349
* support for **ALTER TABLE mytable ADD CONSTRAING name PRIMARY KEY (col)**
4450
* support for **INSERT LOW_PRIORITY INTO**

0 commit comments

Comments
 (0)