firebird
firebird copied to clipboard
Regression: Wrong result returned by isc_array_lookup_bounds()
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 related to #7647 (if not related to fix, then this error obfuscated the currently reported problem)