v1.4.0
SQLite v1.4.0
Closed issues:
- "Custom Scalar Functions" - TEXT vs. BLOB (#147)
- TypeError in select with missing values (#244)
- SQLite.jl appears to be 400 times slower than Python's
sqlite3
(#246) sqlite3_open
seems to dislike AbstractStrings? (#265)- How to get the schema of a table? (#272)
- Repeat calls to load!(...) fail (#274)
load!(db ; analyze=true)
is broken (#276)- Tables.columns seem to flatten columns (#280)
- ArgumentError: 'Int32' iterates 'Int32' values, which doesn't satisfy the Tables.jl
AbstractRow
interface (#281)
Merged pull requests:
- Convert DB input to String to try and avoid any weirdness (#266) (@quinnj)
- Allow sqldeserialize to return non-T to allow value/schema mismatch (#267) (@quinnj)
- Support DBInterface.jl v2.5 (#268) (@quinnj)
- Use @testsets (#273) (@jeremiahpslewis)
- Report the failing INSERT when
load!()
errors (#277) (@bks-nist)