Skip to content

Releases: JuliaDatabases/DBInterface.jl

v1.0.1

10 Jan 02:10
v1.0.1
e5b0177
Compare
Choose a tag to compare

v1.0.1 (2020-01-10)

Diff since v1.0.0

Closed issues:

  • Register DBI.jl package (?) (#13)

Merged pull requests:

v1.0.0

29 Dec 03:27
v1.0.0
Compare
Choose a tag to compare

v1.0.0 (2019-12-24)

Diff since abb275b906cd04130199eccc918ec9c0d05d629c

Closed issues:

  • upgrade for Julia 1.0 (#17)
  • WARNING: Base.UTF8String is deprecated, use String instead. (#14)
  • Overloading over other basic functions (#8)
  • Allow using block/do syntax with prepare() (#6)
  • Allow fetching a fixed number of results at once. (#4)
  • Allow execution of many statements from a single matrix of parameters (#3)
  • connect should accept keyword arguments (#2)
  • Use per-database implementations of sql2jltype (#1)

Merged pull requests:

  • Fix missing AbstractString on Julia 0.3 (#10) (moisespsena)
  • Fix Base.String depreciations to AbstractString for Julia v0.4 (#9) (Paul-James)