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 22c3ee9 commit f14e3c9Copy full SHA for f14e3c9
README.md
@@ -30,6 +30,15 @@ SELECT * FROM employees START WITH employee_id = 100 CONNECT BY PRIOR employee_i
30
31
* Added support for mysql truncate function
32
* Changed repository location and groupid of JSqlParsers artifact.
33
+
34
+```xml
35
+<dependency>
36
+ <groupId>com.github.jsqlparser</groupId>
37
+ <artifactId>jsqlparser</artifactId>
38
+ <version>0.8.5</version>
39
+</dependency>
40
+```
41
42
* Added support for postgresql type **character varying**.
43
44
## Extensions Version 0.8.4
0 commit comments