Skip to content

Commit 70f5fee

Browse files
committed
Merge origin/master
2 parents aa2913d + c4f24e6 commit 70f5fee

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,27 @@ More news can be found here: https://github.com/JSQLParser/JSqlParser/wiki/News.
2525

2626
JSqlParser is a SQL statement parser. It translates SQLs in a traversable hierarchy of Java classes. JSqlParser is not limited to one database but provides support for a lot of specials of Oracle, SqlServer, MySQL, PostgreSQL ... To name some, it has support for Oracles join syntax using (+), PostgreSQLs cast syntax using ::, relational operators like != and so on.
2727

28+
## Support
29+
If you need help using JSqlParser feel free to file an issue or contact me.
30+
2831
## Contributions
2932
To help JSqlParsers development you are encouraged to provide
3033
* feedback
3134
* bugreports
3235
* pull requests for new features
3336
* improvement requests
3437

35-
Also I would like to know about needed examples or documentation stuff.
38+
Also I would like to know about needed examples or documentation stuff.
3639

3740
## Extensions in the latest SNAPSHOT version 0.9.3
3841

39-
* support for ILIKE
40-
* support for LEFT/RIGHT as function names
41-
* support for UPDATE OF table
42+
* support for **ILIKE**
43+
* support for **LEFT/RIGHT** as function names
44+
* support for **UPDATE OF table**
4245
* API changes due to grammar refactoring
4346
* First support for Postgresql arrays. Some quoted identifier rules for SQLServer
4447
had to be changed.
45-
* support for with recursive
48+
* support for **with recursive**
4649

4750
```sql
4851
WITH RECURSIVE data as (SELECT ...) ...

0 commit comments

Comments
 (0)