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 fb8add0 commit e8927d4Copy full SHA for e8927d4
1 file changed
README.md
@@ -29,7 +29,7 @@ Also I would like to know about needed examples or documentation stuff.
29
UPDATE table1, table2 SET table1.col2 = table2.col2, table2.col3 = 'UPDATED' WHERE table1.col1 = table2.col1
30
```
31
32
-## Extensions in older releases
+## Extensions of JSqlParser releases
33
34
* [Release Notes](https://github.com/JSQLParser/JSqlParser/releases)
35
* Modifications before GitHubs release tagging are listed in the [Older Releases](https://github.com/JSQLParser/JSqlParser/wiki/Older-Releases) page.
0 commit comments