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 37 by tony, Mon Feb 15 14:44:25 2016 UTC vs.
Revision 43 by tony, Thu Sep 22 17:10:15 2016 UTC

# Line 27 | Line 27 | unit ibxscript;
27  
28   {$mode objfpc}{$H+}
29  
30 + {$IF FPC_FULLVERSION >= 20700 }
31 + {$codepage UTF8}
32 + {$ENDIF}
33 +
34   interface
35  
36   uses Classes, IBDatabase,  IBSQL, IBHeader;
# Line 363 | Line 367 | begin
367          if FState = stInit then
368            FState := stInCommit
369          else
370 <          raise Exception.Create(sNoCommit)
370 >          AddToSQL(FString);
371        end;
372  
373      sqReconnect:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines