>    Windows snapshot build seems to be broken for now, use artefacts from CI:

SQL> select sum(cast(1 as bigint)) from rdb$database;

INPUT message field count: 0

OUTPUT message field count: 1
01: sqltype: 32752 INT128 Nullable scale: 0 subtype: 0 len: 16
  :  name: SUM  alias: SUM
  : table:   owner:

                                          SUM
=============================================
                                            1

SQL> set bind of numeric(38) to legacy;
SQL> select sum(cast(1 as bigint)) from rdb$database;

INPUT message field count: 0

OUTPUT message field count: 1
01: sqltype: 32752 INT128 Nullable scale: 0 subtype: 0 len: 16
  :  name: SUM  alias: SUM
  : table:   owner:

                                          SUM
=============================================
                                            1

SQL> set bind int128 to legacy;
Statement failed, SQLSTATE = 42000
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 10
-int128
SQL> show version;
ISQL Version: WI-V4.0.0.2187 Firebird 4.0 Release Candidate 1
Server version:
Firebird/Windows/AMD/Intel/x64 (access method), version "WI-V4.0.0.2187 
Firebird 4.0 Release Candidate 1"
Firebird/Windows/AMD/Intel/x64 (remote server), version "WI-V4.0.0.2187 
Firebird 4.0 Release Candidate 1/tcp (x2pc)/P16:C"
Firebird/Windows/AMD/Intel/x64 (remote interface), version "WI-V4.0.0.2187 
Firebird 4.0 Release Candidate 1/tcp (x2pc)/P16:C"
on disk structure version 13.0

-- 
Mgr. Jiří Činčura
https://www.tabsoverspaces.com/


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

Reply via email to