v0.9.0
v0.9.0 (2020-01-09)
Closed issues:
- Support values binding in SQLite.execute! (#189)
- Works only with Sqlite 3.x, not 2.x (#185)
- BUG: SQLite.jl doesn't support window functions (but the sqlite3 client does) (#184)
- BUG: Incredibly slow on 20 columns or more (Cost increases non-linearly) (#182)
- Package build error with SQLite on Julia 0.6.4 (#175)
- Tests fail on tagged & master version (#173)
- Binds not resetting (#164)
- Access violation crashes kernel (#161)
- How to load extensions into SQLite.jl (#151)
- values Dictionary should be checked for the existence of all names in dict, not equal length (if a check is even necessary) (#144)
- Support IN operator with Vector/Tuple in values (#143)
- Sink documentation in README is out of date (#140)
- Document
createtable!
function and add some convenience methods (#139)
Merged pull requests:
- Cleanup docs and fix #139 by documenting createtable (#197) (quinnj)
- Docs cleanup (#195) (kescobo)
- Fix due/do homophone in docs (#192) (randyzwitch)
- Fix #144 by not requiring value dicts to only have named parameters. … (#191) (quinnj)
- Allow passing value parameters to bind in SQLite.execute (#190) (quinnj)
- Fix #164 by making sure we check the return code from binding values … (#188) (quinnj)
- A few fixes (#187) (quinnj)