Closed ivotron closed 6 years ago
NUMERIC is the highest in sqlite's type affinity rules.
https://www.sqlite.org/datatype3.html
Putting text in columns of type NUMERIC means they'll be actually treated as TEXT.
Fixes #42
Closing this as this is already done
NUMERIC is the highest in sqlite's type affinity rules.
https://www.sqlite.org/datatype3.html
Putting text in columns of type NUMERIC means they'll be actually treated as TEXT.
Fixes #42