The implementation should not rely on Key code, but have fallback mechanism:
Search for column with recommended key type
Search for column with key type
Search for column with name Key
It looks also like we are loosing currently proper column types, as they always have Value type, although code to handle this seems to be written. Need to be checked with separate test.
The implementation should not rely on
Key
code, but have fallback mechanism:Key
It looks also like we are loosing currently proper column types, as they always have
Value
type, although code to handle this seems to be written. Need to be checked with separate test.