ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/ibxscript.pas
(Generate patch)

Comparing ibx/trunk/runtime/ibxscript.pas (file contents):
Revision 48 by tony, Mon Jan 9 15:31:51 2017 UTC vs.
Revision 49 by tony, Thu Feb 2 16:20:12 2017 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines