List call does not respect in
qual if list config has both optional and required key columns
#275
Labels
bug
Something isn't working
The problem is that if table defines both optional and required key columns,
t.List.KeyColumns.SingleEqualsQual()
is failing so we do not calldoListForQualValues
The code need refactoring to handle the various edge cases
The text was updated successfully, but these errors were encountered: