Skip to content

Commit 57f3099

Browse files
committed
fixes #167
1 parent 71d9fd9 commit 57f3099

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Also I would like to know about needed examples or documentation stuff.
3838

3939
## Extensions in the latest SNAPSHOT version 0.9.5
4040

41+
* first version of escaped single quotes support
42+
43+
~~~
44+
select '\''
45+
~~~
4146

4247
## Extensions of JSqlParser releases
4348

@@ -78,7 +83,7 @@ And this is the dependency declaration in your pom:
7883
<dependency>
7984
<groupId>com.github.jsqlparser</groupId>
8085
<artifactId>jsqlparser</artifactId>
81-
<version>0.9</version>
86+
<version>0.9.4</version>
8287
</dependency>
8388
```
8489

0 commit comments

Comments
 (0)