Dmitry Yemanov
Dmitry Yemanov
I fail to see a "numeric column" mentioned in the issue title. X is declared as CHAR(2).
``` SQL> select -(-('1')) from t2; Statement failed, SQLSTATE = 42000 Dynamic SQL Error -expression evaluation not supported -Strings cannot be negated (applied the minus operator) in dialect 3 ```...
@drraptis This feature is purely optional and costs you nothing if not used.
@AlexPeshkoff should it be merged or were there any reasons to postpone it?
For v6, I suppose we may just update our libtom-imported sources. If this needs to be backported, the suggested patch is preferred -- although I doubt this is necessary given...
Firebird compresses data on pages and this cannot be disabled. It saves disk space but spends CPU cycles on reading.
Data page is always the same, be it either on disk or cached in memory.
> Compression is on records. But in case of count it shouldn't matter. Did you miss the `WHERE DATA` condition?
How long ago (and on which FB version) the replica was re-initialized the last time?
Please send the test database (or download link) to firebird2 at yandex dot ru.