GNOME Bugzilla – Bug 729862
Add support for NOT NULL constraint on columns
Last modified: 2014-05-10 09:56:52 UTC
This is quite a common need for applications, for example to ensure that no user got added to the database without an email. First commit adds support, second commit adds a unit test.
Created attachment 276228 [details] [review] gom: Add support for NOT NULL constraint on columns
Created attachment 276229 [details] [review] tests: Ensure the NOT NULL constraint works
Review of attachment 276228 [details] [review]: Looks good
Review of attachment 276229 [details] [review]: Looks good as well.
Attachment 276228 [details] pushed as b2ef0a4 - gom: Add support for NOT NULL constraint on columns Attachment 276229 [details] pushed as a5a932c - tests: Ensure the NOT NULL constraint works