We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3459fed + 32beca1 commit e45fbafCopy full SHA for e45fbaf
user_guide_src/source/libraries/validation.rst
@@ -668,8 +668,8 @@ is_not_unique Yes Checks the database to see if the given value
668
filter (currently accept only one filter).
669
is_unique Yes Checks if this field value exists in the is_unique[table.field,ignore_field,ignore_value]
670
database. Optionally set a column and value
671
- value to ignore, useful when updating records
672
- to ignore itself.
+ to ignore, useful when updating records to
+ ignore itself.
673
less_than Yes Fails if field is greater than or equal to less_than[8]
674
the parameter value or not numeric.
675
less_than_equal_to Yes Fails if field is greater than the parameter less_than_equal_to[8]
0 commit comments