8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fixed mistake, thanks to Mark

This commit is contained in:
hvlad 2018-09-23 16:30:58 +03:00
parent ab31df2699
commit bdd398dbc4

View File

@ -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