Skip to content

Commit db923d5

Browse files
committed
PostgresSQL regular expression case sensitive match
1 parent 88b5aa8 commit db923d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ configuration details below.
2020
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
2121
The generated hierarchy can be navigated using the Visitor Pattern.
2222

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+
2331
## Extensions Version 0.8.6
2432

2533
* Added first support for Oracle hierarchical queries

0 commit comments

Comments
 (0)