strict property
True for CREATE TABLE ... STRICT. Type checking rejects mismatched
values instead of coercing.
Implementation
bool strict;
True for CREATE TABLE ... STRICT. Type checking rejects mismatched
values instead of coercing.
bool strict;