Releases: JuliaDatabases/JDBC.jl
Releases · JuliaDatabases/JDBC.jl
v0.5.0
v0.5.0 (2019-10-08)
Closed issues:
- IllegalMonitorStateException on connection to Netezza DB (#50)
Merged pull requests:
- switch from DataStreams to Tables (#51) (ExpandingMan)
v0.4.1
Commits
- Add new column type (5d484cd)
- Fix version bound (949ad34)
- Merge branch 'master' of https://github.com/JuliaDatabases/JDBC.jl into as/numeric-double (268c764)
- Tag new version (b32ae81)
- add project toml (32056d4)
- retrieve values as doubles, not floats (3deeef2)
Merged PRs
This changelog was automatically generated, and might contain inaccuracies.
v0.4.0 New release for 0.7 and 1.0
remove Compat from package
Minor fixes
v0.3.1 Merge branch 'master' of git://github.com/aviks/JDBC.jl
DataStreams Compatibility
- DataStreams compatibility has been added.
- All reference to the abandoned DBAPI.jl package have been removed. New methods have been added to facilitate a convenient Julian interface.
- 0.7 compatibility (pending JavaCall.jl update).
- Expanded and modernized tests.
Fix new DataFrames compatibility
v0.2.1 New DataFrames does not export DataArrays