HHH-16279 Allow scripts containing only comments in MultiLineSqlScriptExtractor
This commit is contained in:
parent
cc01f2da3f
commit
0094616d2d
|
@ -15,7 +15,7 @@ package org.hibernate.grammars.importsql;
|
|||
}
|
||||
|
||||
script
|
||||
: (NEWLINE | SPACE | TAB)* ( commandBlock (NEWLINE | SPACE | TAB)* )+ EOF
|
||||
: (NEWLINE | SPACE | TAB)* ( commandBlock (NEWLINE | SPACE | TAB)* )* EOF
|
||||
;
|
||||
|
||||
commandBlock
|
||||
|
|
Loading…
Reference in New Issue