Releases: JuliaDatabases/MySQL.jl
Releases · JuliaDatabases/MySQL.jl
v0.7.1
v0.7.1 (2019-10-27)
Closed issues:
- Very poor performance on query with many fields but few rows [v0.7.0] (#130)
- All query code-paths produce a warning (#121)
Merged pull requests:
- avoid NamedTuple{names, types}, fix #130 (#131) (wookay)
- Streaming queries (#124) (mcmcgrath13)
- Doc/test updates (#122) (mcmcgrath13)
- DOC: fix depwarn message to tell user to use Query |> sink not query … (#120) (sglyon)
- update MySQL.connect docstring (#119) (felipenoris)
v0.7.0: Initial Tables.jl implementation (#117)
* Initial Tables.jl implementation * Remove DataStreams, add Tables to REQUIRE, fix tests * Try to fix CI * Remove osx testing for now
v0.6.0
v0.5.2
v0.5.1
v0.5.0: Gettin' our bindeps2 on (#100)
* Use BinaryProvider for getting libmysql shared libraries
v0.4.0
v0.3.0: Merge pull request #92 from JuliaDB/jq/updates
Support DataFrames 0.11
0.6 Compatible release
Merge pull request #85 from apurvis/master Better troubleshooting docs; add support for percona libraries on OSX