We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8333bf commit 36a62e9Copy full SHA for 36a62e9
README.md
@@ -39,6 +39,12 @@ Also I would like to know about needed examples or documentation stuff.
39
40
## Extensions in the latest SNAPSHOT version 0.9.5
41
42
+* introduced first support for boolean valued column conditions
43
+
44
+~~~
45
+SELECT * FROM mytable WHERE mytable.boolValue;
46
47
48
* improved parenthesis parsing performance within expressions (#215)
49
* support for **ALTER TABLE mytable ADD CONSTRAING name PRIMARY KEY (col)**
50
* support for **INSERT LOW_PRIORITY INTO**
0 commit comments