Pavel Císař

Results 2 issues of Pavel Císař

The Python firebird driver fails on 3 tests for ARRAY type handling (TestArrays.test_basic, TestArrays.test_read_full and TestArrays.test_write_full). All tests fail because array bound returned by isc_array_lookup_bounds() is zero. This is likely...

qa: covered by another tests
affect-version: 5.0 RC 1

When computed index is created on RDB$RECORD_VERSION pseudo-column: ``` ALTER TABLE COUNTRY ADD TRA_ID BigInt COMPUTED BY (RDB$RECORD_VERSION); ``` Then query like this that use it: ``` SELECT r.RDB$RECORD_VERSION,r.COUNTRY, r.CURRENCY...

affect-version: 6.0 Initial
affect-version: 3.0.13
affect-version: 4.0.6
affect-version: 5.0.3