Check Constraints
The MySQL database does not support check constraints, so the DB Access Module for MySQL cannot support it.
When creating tables, if check constraints are supplied in the RWDBSchema object, SourcePro DB includes them in the CREATE TABLE SQL, but they will be silently ignored by MySQL. Because MySQL does not support check constraints, the DB Access Module for MySQL also does not support fetching them.