Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed May 21, 2015
1 parent 3aaf11d commit 8b54061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Also I would like to know about needed examples or documentation stuff.

## Extensions in the latest SNAPSHOT version 0.9.4

* support for MySQL **GROUP_CONCAT**

```sql
GROUP_CONCAT(DISTINCT test_score ORDER BY test_score DESC SEPARATOR ' ')
```

## Extensions of JSqlParser releases

Expand Down

0 comments on commit 8b54061

Please sign in to comment.