Asserts for FLOAT and some other types
Sometimes we can't check for a precise value.
* assert_
* assert_length(val TEXT, len TINYINT UNSIGNED)
* assert_
* assert_
* assert_
* assert_
All these asserts have a NOT version.
Between assert can have NULL for minval or maxval, if there is no min or max.
--
These are needed too, for timestamp/date values:
* assert_
* assert_
These should cover TIME (add to CURRENT_DATE()), DATE (00:00:00 should be assumed), DATETIME (native), TIMESTAMP (converted to DATETIME). NO_ZERO_DATE and NO_ZERO_DATE_PART are ok.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- 1.1.0
- Started by
- Federico Razzoli
- Completed by
- Federico Razzoli