Skip to content

Commit e003b88

Browse files
authored
Update README.md
1 parent caf4392 commit e003b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jar to be run as a standalone tool. It internally uses JSqlParser to parse the D
99

1010
1. The SQL file should contain only SQL statements
1111
2. All SQL statements should terminate with a semicolon(;)
12-
3. Supported DDL statements are:
12+
3. Presence of other intructions such as PL/SQL blocks may get ignored if properly terminated with semicolons.
13+
4. Supported DDL statements are:
1314
* CREATE TABLE
1415
* ALTER TABLE ADD CONSTRAINT PRIMARY KEY
1516
* ALTER TABLE ADD CONSTRAINT FOREIGN KEY

0 commit comments

Comments
 (0)