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

Comparing ibx/trunk/runtime/nongui/IBExtract.pas (file contents):
Revision 269 by tony, Tue Apr 10 13:32:36 2018 UTC vs.
Revision 270 by tony, Fri Jan 18 11:10:37 2019 UTC

# Line 201 | Line 201 | const
201      (SqlType : blr_sql_time; TypeName : 'TIME'),                { NTX: keyword }
202      (SqlType : blr_sql_date; TypeName : 'DATE'),                { NTX: keyword }
203      (SqlType : blr_timestamp; TypeName : 'TIMESTAMP'),          { NTX: keyword }
204 <    (SqlType : blr_int64; TypeName : 'INT64'),
204 >    (SqlType : blr_int64; TypeName : 'BIGINT'),
205      (SqlType : blr_bool; TypeName : 'BOOLEAN'));
206  
207    SubTypes : Array[0..8] of String = (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines