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

Comparing ibx/trunk/examples/IdentityColumns/Unit1.pas (file contents):
Revision 262 by tony, Thu Mar 1 11:23:33 2018 UTC vs.
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC

# Line 83 | Line 83 | implementation
83  
84   const
85    sqlCreateTable = 'CREATE TABLE IDTEST ('+
86 <                   'KEY integer GENERATED BY DEFAULT AS IDENTITY, '+
86 >                   '"KEY" integer GENERATED BY DEFAULT AS IDENTITY, '+
87                     'SOMETEXT varchar(64), '+
88 <                   'COMPTEXT Computed By (SOMETEXT || '' has the key '' || KEY), '+
89 <                   'PRIMARY KEY (KEY) )';
88 >                   'COMPTEXT Computed By (SOMETEXT || '' has the key '' || "KEY"), '+
89 >                   'PRIMARY KEY ("KEY") )';
90  
91   { TForm1 }
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines