Skip to content
Snippets Groups Projects
user avatar
Christophe Simonis authored
Setting NOT NULL constraints on required fields may fail if there are
any row with unset value for this column.
The ORM handle this case by catching the exception raised and warning
user.

However, not commiting the current transaction before, will rollback
changes made before like setting default values or renaming a column.
5b1beec1
History
Name Last commit Last update