toxicity-io / sqlite-mc

An SQLDelight driver that uses SQLite3MultipleCiphers for database encryption.
Apache License 2.0
13 stars 0 forks source link

Native pragma parsing should check for `ON` and `OFF` as well #58

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Parsing of foreign_keys and recursive_triggers can also be set using the syntax ON and OFF in SQLite, so not just true/false and 1/0.