The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::FormEngine::DBSQL::Checks - collection of FormEngine::DBSQL check routines

METHODS

dbsql_unique

This method proves whether the committed field value is unique in the tables records for this field.

When primary key values are provided, the method checks all records except the record which belongs to the corresponding pkey. So it'll also work when executing updates.