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 71d9fd9 commit 57f3099Copy full SHA for 57f3099
README.md
@@ -38,6 +38,11 @@ Also I would like to know about needed examples or documentation stuff.
38
39
## Extensions in the latest SNAPSHOT version 0.9.5
40
41
+* first version of escaped single quotes support
42
+
43
+~~~
44
+select '\''
45
46
47
## Extensions of JSqlParser releases
48
@@ -78,7 +83,7 @@ And this is the dependency declaration in your pom:
78
83
<dependency>
79
84
<groupId>com.github.jsqlparser</groupId>
80
85
<artifactId>jsqlparser</artifactId>
81
- <version>0.9</version>
86
+ <version>0.9.4</version>
82
87
</dependency>
88
```
89
0 commit comments