v1.3.0
SQLite v1.3.0
Closed issues:
- Handle locked database (#163)
- After close database, its filename should be cleared too. (#194)
- The function juliatype not cover fully? The type name completely follows the table creating statement. (#219)
- Nothing in place of Missing causes various errors (DBInterface.execute function). (#221)
- Exception when opening sqlite DB with blobs (#222)
- Any plans for an ORM? (#238)
- Calling
collect
outputsmissing
everywhere (#239) - load! seems to ignore foreign key errors when inserting data. (#240)
- Failing test (#241)
- Broken regex in
juliatype
v1.1.4? (#242) - Request a variant of load! that executes REPLACE on each row rather than INSERT. (#243)
- Incorrect handling of string types with length limits (#245)
- Cannot read empty blob (#248)
- Weird iteration behavior (#251)
- Allow threadsafe insertion of blobs (#255)
SQLite.table
always gives error message. (#258)- SQLite 1.2.0's load! eats the first row of rows in the unknown schema case (#259)
Merged pull requests:
- don't try deserializing short blobs (#249) (@aplavin)
- fix string outputs from UDF (#250) (@aplavin)
- Make serialization of blobs threadsafe (#256) (@herzfeldd)
- Ensure schema-less tables have all rows respected in load! (#260) (@quinnj)
- Convert NULL type columns to Julia Missing type (#261) (@quinnj)
- Ensure rows are only valid while currently being iterated (#262) (@quinnj)
- Add replace keyword arg to SQLite.load! (#263) (@quinnj)
- Make type affinity detection more robust (#264) (@quinnj)