- Type signatures added to more methods, including
table.resolve_foreign_keys()
,db.create_table_sql()
,db.create_table()
andtable.create()
. (#314) - New
db.quote_fts(value)
method, see Quoting characters for use in search - thanks, Mark Neumann. (#246) table.search()
now accepts an optionalquote=True
parameter. (#296)- CLI command
sqlite-utils search
now accepts a--quote
option. (#296) - Fixed bug where
--no-headers
and--tsv
options to sqlite-utils insert could not be used together. (#295) - Various small improvements to API reference documentation.