File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,8 @@ To help JSqlParsers development you are encouraged to provide
46
46
47
47
Also I would like to know about needed examples or documentation stuff.
48
48
49
- ## Extensions in the latest SNAPSHOT version 1.1
49
+ ## Extensions in the latest SNAPSHOT version 1.2
50
50
51
- * support for ** UPSERT** syntax
52
- * absolute token positions in addition to column/line
53
- * common normal form transformer for expressions (https://en.wikipedia.org/wiki/Conjunctive_normal_form )
54
- * checkstyle integration to force first souce code conventions
55
- * checkstyle is activated by default, it can be deactivated by an environment property ** skipCheckSources**
56
- * pull requests should follow this style settings
57
51
58
52
## Extensions of JSqlParser releases
59
53
@@ -117,7 +111,7 @@ And this is the dependency declaration in your pom:
117
111
<dependency >
118
112
<groupId >com.github.jsqlparser</groupId >
119
113
<artifactId >jsqlparser</artifactId >
120
- <version >1.0 </version >
114
+ <version >1.1 </version >
121
115
</dependency >
122
116
```
123
117
You can’t perform that action at this time.
0 commit comments