firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Regression: Wrong result returned by isc_array_lookup_bounds()

Open pcisar opened this issue 1 year ago • 2 comments

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)

pcisar avatar Oct 02 '23 15:10 pcisar