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 e7114e3 commit 90048e5Copy full SHA for 90048e5
README.md
@@ -26,6 +26,14 @@ configuration details below.
26
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
27
The generated hierarchy can be navigated using the Visitor Pattern.
28
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
37
## Extensions Version 0.8.9
38
39
* First multi statements or script support.
change.log
0 commit comments