asynch
asynch copied to clipboard
Prevent insertin None in non Nullable columns
In code by mistake can be attempt of inserting None for non Nullable. For string type and some other types it will raise unexpected Exception.