Closed hyanwong closed 9 months ago
When adding a row to tables, we should check that we only have integer values for int columns (especially for edges). Other checks can be done in the _validate method.
_validate
Done for positions with new _check_int method
_check_int
When adding a row to tables, we should check that we only have integer values for int columns (especially for edges). Other checks can be done in the
_validate
method.