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 2 years 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

See test for #7647

pavel-zotov avatar Jul 21 '24 08:07 pavel-zotov

See test for #7647

Is this issue fixed by #7647 or not?

asfernandes avatar Jul 22 '24 11:07 asfernandes