Releases: JuliaDatabases/DBInterface.jl
Releases · JuliaDatabases/DBInterface.jl
v1.0.1
v1.0.0
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)