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 caf4392 commit e003b88Copy full SHA for e003b88
README.md
@@ -9,7 +9,8 @@ jar to be run as a standalone tool. It internally uses JSqlParser to parse the D
9
10
1. The SQL file should contain only SQL statements
11
2. All SQL statements should terminate with a semicolon(;)
12
-3. Supported DDL statements are:
+3. Presence of other intructions such as PL/SQL blocks may get ignored if properly terminated with semicolons.
13
+4. Supported DDL statements are:
14
* CREATE TABLE
15
* ALTER TABLE ADD CONSTRAINT PRIMARY KEY
16
* ALTER TABLE ADD CONSTRAINT FOREIGN KEY
0 commit comments