Skip to content

Commit

Permalink
fixes #167
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Sep 16, 2015
1 parent 71d9fd9 commit 57f3099
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -38,6 +38,11 @@ Also I would like to know about needed examples or documentation stuff.

## Extensions in the latest SNAPSHOT version 0.9.5

* first version of escaped single quotes support

~~~
select '\''
~~~

## Extensions of JSqlParser releases

Expand Down Expand Up @@ -78,7 +83,7 @@ And this is the dependency declaration in your pom:
<dependency>
<groupId>com.github.jsqlparser</groupId>
<artifactId>jsqlparser</artifactId>
<version>0.9</version>
<version>0.9.4</version>
</dependency>
```

0 comments on commit 57f3099

Please sign in to comment.