sqlite-utils icon indicating copy to clipboard operation
sqlite-utils copied to clipboard

Support more string values for types in .add_column()

Open simonw opened this issue 5 years ago • 0 comments

https://sqlite-utils.readthedocs.io/en/2.4.2/python-api.html#adding-columns says:

SQLite types you can specify are "TEXT", "INTEGER", "FLOAT" or "BLOB".

As discovered in #92 this isn't the right list of values. I should expand this to match https://www.sqlite.org/datatype3.html

simonw avatar Mar 15 '20 19:03 simonw