Firebird query statistics, int32 of int64?
Hi,
In my application, I'm using TIBCConnection.DatabaseInfo to fetch query statistics, the Reads/Writes/Fetches/Marks fields.
These are int32, but I think these should be int64. Can you check with the API?
Here's an example of values that clearly overflow int32.
With regards,
Martijn Tonies