Open
Description
Recent versions of SQLite have the option to set a table to STRICT, which makes SQLite:
- require each column of the table have an explicit type
- enforce types, rather than accepting any type during row insertion/updates
Currently createtable!()
does not include the option to set STRICT as true. This issue is a feature request to add this as a boolean flag to this method.
Metadata
Metadata
Assignees
Labels
No labels