ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/iblocaldb/gui/IBXCreateDatabaseFromSQLDlgUnit.lfm
(Generate patch)

Comparing ibx/trunk/iblocaldb/gui/IBXCreateDatabaseFromSQLDlgUnit.lfm (file contents):
Revision 271 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 272 by tony, Mon Feb 4 13:34:37 2019 UTC

# Line 1 | Line 1
1   object IBXCreateDatabaseFromSQLDlg: TIBXCreateDatabaseFromSQLDlg
2 <  Left = 2028
2 >  Left = 1460
3    Height = 111
4 <  Top = 371
4 >  Top = 374
5    Width = 255
6    BorderStyle = bsNone
7    Caption = 'IBXCreateDatabaseFromSQLDlg'
# Line 9 | Line 9 | object IBXCreateDatabaseFromSQLDlg: TIBX
9    ClientWidth = 255
10    OnShow = FormShow
11    Position = poMainFormCenter
12 <  LCLVersion = '1.8.1.0'
12 >  LCLVersion = '2.0.0.3'
13    object Bevel1: TBevel
14      Left = 0
15      Height = 111
# Line 43 | Line 43 | object IBXCreateDatabaseFromSQLDlg: TIBX
43      AutoDDL = False
44      Echo = False
45      IgnoreGrants = False
46 +    IgnoreCreateDatabase = False
47      ShowAffectedRows = False
48      ShowPerformanceStats = False
49      OnProgressEvent = IBXScriptProgressEvent
# Line 50 | Line 51 | object IBXCreateDatabaseFromSQLDlg: TIBX
51      left = 211
52      top = 11
53    end
54 +  object IBTransaction1: TIBTransaction
55 +    Active = False
56 +    Params.Strings = (
57 +      'read_committed'
58 +      'rec_version'
59 +      'nowait'
60 +    )
61 +    left = 208
62 +    top = 80
63 +  end
64   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines