mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: Separator file properties disabled
This commit is contained in:
parent
87ddd12ec2
commit
f7923c2274
4 changed files with 12 additions and 4 deletions
|
|
@ -37,8 +37,10 @@ bool SqlPerformScript(SqlSession& session, Stream& script,
|
|||
if(!esc) {
|
||||
if(id == "BEGIN")
|
||||
level++;
|
||||
if(id == "END")
|
||||
if(id == "END") {
|
||||
level--;
|
||||
stmt.Cat(';');
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue