Skip to content

Add STRICT flag to createtable! #327

Open
@torrance

Description

@torrance

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions