Support automatic SQL NULLABLE via std::optional #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Support automatic SQL NOT_NULL via std::optional. Each type in an entity class should automatically be "NOT_NULL". If wrapped with an std::optional the constraint is removed so that SQL NULL is possible. This should also apply for
belongs_toandhas_one.