See http://tracker.firebirdsql.org/browse/CORE-6207

On 19/03/2020 15:27, Norbert Saint Georges wrote:
for information, the differential from yesterday's "firebird.pas"

139c139,140
<     ISC_USHORT = word; { 16 bit unsigned }
---
    ISC_USHORT = word;        { 16 bit unsigned }
    ISC_SHORT = smallint;    { 16 bit signed }
145a147,152
    ISC_TIME_TZ_EX = record
        utc_time: ISC_TIME;
        time_zone: ISC_USHORT;
        ext_offset: ISC_SHORT;
    end;

153a161,166
    end;

    ISC_TIMESTAMP_TZ_EX = record
        utc_timestamp: ISC_TIMESTAMP;
        time_zone: ISC_USHORT;
        ext_offset: ISC_SHORT;



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to