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 88b5aa8 commit db923d5Copy full SHA for db923d5
README.md
@@ -20,6 +20,14 @@ configuration details below.
20
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
21
The generated hierarchy can be navigated using the Visitor Pattern.
22
23
+## Extensions Version 0.8.7
24
+
25
+* PostgreSQL regular expression case sensitive match condition ~.
26
27
+```sql
28
+SELECT a, b FROM foo WHERE a ~ '[help].*'
29
+```
30
31
## Extensions Version 0.8.6
32
33
* Added first support for Oracle hierarchical queries
0 commit comments