From bdd398dbc458b80033535de64b55a7c9fdff4d89 Mon Sep 17 00:00:00 2001 From: hvlad Date: Sun, 23 Sep 2018 16:30:58 +0300 Subject: [PATCH] Fixed mistake, thanks to Mark --- doc/sql.extensions/README.builtin_functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.builtin_functions.txt b/doc/sql.extensions/README.builtin_functions.txt index 599d2e01b8..7c06f9c284 100644 --- a/doc/sql.extensions/README.builtin_functions.txt +++ b/doc/sql.extensions/README.builtin_functions.txt @@ -740,7 +740,7 @@ RDB$GET_TRANSACTION_CN (FB4 extension) Function: Returns commit number of given transaction. - Note, engine internally uses unsigned 8-bit integer for commit numbers, + Note, engine internally uses unsigned 8-byte integer for commit numbers, while SQL language have no unsigned integers, thus one should be ready to see negative numbers here (it is possible only if engine commits more than 2^32 transactions since last database start, as global commit number