Skip to content

Commit 90048e5

Browse files
committed
character set implemented
1 parent e7114e3 commit 90048e5

File tree

2 files changed

+8
-167
lines changed

2 files changed

+8
-167
lines changed

README.md

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

29+
## Extensions Version 0.9
30+
31+
* Character Set support included.
32+
33+
```sql
34+
CAST(col2 AS CHAR(255) CHARACTER SET utf8)
35+
```
36+
2937
## Extensions Version 0.8.9
3038

3139
* First multi statements or script support.

change.log

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)