chiselstore icon indicating copy to clipboard operation
chiselstore copied to clipboard

Turn on SQLite strict mode

Open penberg opened this issue 3 years ago • 5 comments

Suggested by Andy Pavlo: turn on SQLite strict mode to avoid some idiosyncrasies.

penberg avatar Dec 22 '21 18:12 penberg

what is strict mode, this: https://sqlite.org/stricttables.html ?

espindola avatar Dec 22 '21 18:12 espindola

It's this https://sqlite.org/src/wiki?name=StrictMode

penberg avatar Dec 22 '21 20:12 penberg

It's this https://sqlite.org/src/wiki?name=StrictMode

Is it implemented? The page sounds like a feature request.

espindola avatar Dec 22 '21 20:12 espindola

Pavlo said it was implemented in the latest release.

dekimir avatar Dec 23 '21 03:12 dekimir

Pavlo said it was implemented in the latest release.

https://sqlite.org/stricttables.html was implemented in the last release, sounds like there might be some confusion.

espindola avatar Dec 23 '21 16:12 espindola