dbconn: remove custom validator
Postgres already checks non-null constraints for us. It is not needed to duplicate some of these checks in Python.
Loading
Please register or sign in to comment
Postgres already checks non-null constraints for us. It is not needed to duplicate some of these checks in Python.