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 a3e024a commit 5472e2dCopy full SHA for 5472e2d
1 file changed
README.md
@@ -34,7 +34,13 @@ Also I would like to know about needed examples or documentation stuff.
34
35
## Extensions in the latest SNAPSHOT version 0.9.3
36
37
+* first support for numeric bind
38
39
+```sql
40
+SELECT a FROM b WHERE c = :1
41
+```
42
+
43
+* support for keywords as column names in create table statements
44
45
## Extensions of JSqlParser releases
46
0 commit comments