Skip to content

Commit 7783e05

Browse files
committed
fixes #961 - allow unsigned as type
1 parent 67a331e commit 7783e05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Also I would like to know about needed examples or documentation stuff.
6767

6868
## Extensions in the latest SNAPSHOT version 4.0
6969

70+
* refactored grammar to get a huge speedup for parenthesis in **from** part like: `SELECT * FROM (((((( mytable ))))))`
71+
* allowed cast as **unsigned**
7072
* allowed keyword **current** as jdbc named parameter name
7173
* **Grant** allows now multipart names
7274
* updated JavaCC 7.0.10

0 commit comments

Comments
 (0)