# | Line 845 | Line 845 | begin | |
---|---|---|
845 | RegexObj := TRegExpr.Create; | |
846 | try | |
847 | {process create database} | |
848 | < | RegexObj.Expression := '^ *CREATE +(DATABASE|SCHEMA) +(.*) *(\' + Terminator + '|)'; |
848 | > | RegexObj.Expression := '^ *CREATE +(DATABASE|SCHEMA) +.*(\' + Terminator + '|)'; |
849 | if RegexObj.Exec(ucStmt) then | |
850 | begin | |
851 | UpdateUserPassword; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |