HHH-16279 Allow scripts containing only comments in MultiLineSqlScriptExtractor
This commit is contained in:
parent
5faf479451
commit
88f8e8c887
|
@ -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