fdb-record-layer
fdb-record-layer copied to clipboard
Non nullability of the column should be checked while creating the recordValue object in relational
Currently, the nullability of the field is being checked and enforced in the record-core which is throwing a verify exception. We should probably catch it before.