Subject: | Required cols patch in CDBI.pm |
Attached is a patch to allow the do_edit routine in CDBI.pm to accept a "required_cols" parameter from the table package (should be declared in the form:
MyDB->config->{book_table}{required_cols} = [qw/title author/];
).
Adding this capability will be totally irrelevant to those who choose not to use it, but will be a lifesaver to those who would like to. Being able to specify required columns seems to be something that should be possible in the core app.
Message body not shown because it is not plain text.