Releases: JuliaDatabases/SQLite.jl
Releases · JuliaDatabases/SQLite.jl
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)
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)
v0.8.1
Bump version
v0.8.0
Bump version
v0.7.0: Tables.jl integration (#154)
* Updates for 1.0 * Refactor Source/Sink to implement Tables.jl interface * Updates for new Tables.jl interface * Add Tables to REQUIRE
v0.6.0: Updates for 1.0 (#153)
* Updates for 1.0 * Fix REQUIRE' * Switch CI to 0.7 until upstream deps are fixed * Switch to use BinaryProvider * Fix library reference name
Port to Missings
v0.5.0 Fix tests and 0.6/0.7 compat
Initial Julia 0.6 support release
Merge pull request #124 from JuliaDB/tk/doublefinalize see if avoiding double-finalizing fixes win32 access violation
Initial Julia 0.6 support release
v0.4.4 Add back support for 0.5 and changes tests to work on 0.5 or 0.6
Cap release for 0.5
v0.4.3 Fix a type in the new deserialize code