Firebird 4.0 added the INT128 as a data type that can be used by users officially since dheir release candidate 1. Do we need a TZInt128 field now? ;)
We probably do. Sum can return INT128 officially. See FB4 Language reference
Maybe this can help: https://github.com/eStreamSoftware/delphi-int128 It is an implementation of Int128 for Delphi / FPC. I can only hope, it matches the Firebird implementation...
Log in to post a comment.
We probably do. Sum can return INT128 officially. See FB4 Language reference
Maybe this can help:
https://github.com/eStreamSoftware/delphi-int128
It is an implementation of Int128 for Delphi / FPC. I can only hope, it matches the Firebird implementation...