Skip to content

v0.9.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 09 Jan 23:21
· 93 commits to master since this release
v0.9.0
34d445e

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: