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.
2 parents 12a4c99 + 67dce2f commit 47e6d95Copy full SHA for 47e6d95
README.md
@@ -60,7 +60,7 @@ Also I would like to know about needed examples or documentation stuff.
60
## Extensions in the latest SNAPSHOT version 2.0
61
62
* support for **GROUPING SETS**
63
-* first support for db date arithmentic
+* first support for db date arithmetic
64
* support for chained functions
65
* first support for **FOR XML PATH**
66
* support for **NEXTVAL FOR**
@@ -142,7 +142,7 @@ And this is the dependency declaration in your pom:
142
<dependency>
143
<groupId>com.github.jsqlparser</groupId>
144
<artifactId>jsqlparser</artifactId>
145
- <version>1.2</version>
+ <version>1.4</version>
146
</dependency>
147
```
148
0 commit comments