Skip to content

Releases: JuliaDatabases/SQLite.jl

v0.9.0

09 Jan 23:21
v0.9.0
34d445e
Compare
Choose a tag to compare

v0.9.0 (2020-01-09)

Diff since v0.8.2

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:

v0.8.2

16 Oct 21:55
v0.8.2
eb24e4c
Compare
Choose a tag to compare

v0.8.2 (2019-10-15)

Diff since v0.8.1

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:

v0.8.1

27 Apr 14:44
Compare
Choose a tag to compare
Bump version

v0.8.0

26 Apr 12:09
Compare
Choose a tag to compare
Bump version

v0.7.0: Tables.jl integration (#154)

26 Sep 06:12
ad1e2a0
Compare
Choose a tag to compare
* 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)

18 Aug 19:24
bd27c0c
Compare
Choose a tag to compare
* 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

26 Nov 06:41
Compare
Choose a tag to compare
v0.5.0

Fix tests and 0.6/0.7 compat

Initial Julia 0.6 support release

06 Apr 04:52
Compare
Choose a tag to compare
Merge pull request #124 from JuliaDB/tk/doublefinalize

see if avoiding double-finalizing fixes win32 access violation

Initial Julia 0.6 support release

05 Apr 04:03
Compare
Choose a tag to compare
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

05 Apr 03:19
Compare
Choose a tag to compare
v0.4.3

Fix a type in the new deserialize code