Feature #6278
Error check for non-zero value
| Status: | Closed | Start date: | 2010-01-29 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 100% |
|
| Category: | Validator | |||
| Target version: | Beta 4 (v0.9.7) | |||
| Votes: | 0 |
Description
Currently it is no way to discern a zero (0) in a field from any other value.
The "required" error check only checks for string length, whilst all the other error checks treat zero and empty the same, and skip error checking.
History
Updated by Reinhard Führicht over 3 years ago
- Status changed from New to Accepted
- Assignee set to Reinhard Führicht
- Target version changed from Beta 3 (v0.9.5) to Beta 4 (v0.9.7)
Updated by Reinhard Führicht about 3 years ago
- Status changed from Accepted to Closed
- % Done changed from 0 to 100
Committed to trunk.
If problems occur, please open a new issue. I haven't tested all error checks.