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 7a94fa7 commit e143abbCopy full SHA for e143abb
README.md
@@ -28,6 +28,13 @@ The generated hierarchy can be navigated using the Visitor Pattern.
28
29
## Extensions Version 0.8.9
30
31
+* Improved support for multi part names (SQLServer)
32
+* Better support for signed expressions. The sign is stored in the parse tree.
33
+
34
+```sql
35
+SELECT +col, -col FROM mytable
36
+```
37
38
* Added **CCJSqlParserUtil.parseExpression** to parse a simple expression. Now you can build expressions from a String like "a+b".
39
40
```java
0 commit comments