v0.8.2
v0.8.2 (2019-10-15)
Closed issues:
- bound values may get garbage collected while iterating query results (#180)
- direct iteration of query fails (#176)
- load! memory overload when using BLOB's in Windows (#174)
- Tables/DataFrames integration is broken (#171)
Merged pull requests:
- update julia version used when testing (#183) (KristofferC)
- Add Refs to bound values to avoid premature garbage collection (#180) (#181) (chschu)
- Add spaces to parameter list for clarity (#179) (scottstanie)
- Add last_insert_rowid method (#177) (nkottary)
- update to new SQLiteBuilder build (#172) (visr)