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 61fb4a1 commit 2005d6dCopy full SHA for 2005d6d
README
@@ -0,0 +1,20 @@
1
+JSqlParser
2
+----------
3
+
4
+This is a fork of the jsqlparser originally developed by ?.
5
+The original sources reside at http://sf.net/jsqlparser/ and have been forked
6
+by fbecart (https://github.com/fbecart).
7
8
+The purpose of this fork was mainly to refactor the project layout as a maven
9
+project and provide some fixes to the grammer (e.g. SELECT without FROM).
10
11
12
+BUILDING
13
+========
14
15
+As the project is a Maven project, building is rather simple by running:
16
17
+ # mvn package
18
19
+This will produce the jsqlparser-VERSION.jar file in the target/ directory.
20
0 commit comments