Skip to content

add --strict option to create STRICT tables #106

@vendeeglobe

Description

@vendeeglobe

Add --strict option to create tables with STRICT table mode.

CREATE TABLE products(
    id INT PRIMARY KEY,
    name TEXT NOT NULL,
    price REAL NOT NULL DEFAULT 0
) STRICT;

https://www.sqlite.org/stricttables.html

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions