JuliaDatabases / JDBC.jl

Julia interface to Java database drivers
Other
38 stars 19 forks source link

Retrieve values as doubles, not floats #44

Closed aviks closed 5 years ago

aviks commented 5 years ago

@quinnj Could you please take a look at the datastreams test failure on 1.x here?

quinnj commented 5 years ago

Ah, so the issue is that pretty much all other packages have removed DataStreams support as its been deprecated for a while now. The error in the logs is that DataFrames dropped DataStreams support in the latest 0.18 release. So the options are to but an upper bounds on DataFrames 0.17, and tag a new release. And then switch over to Tables.jl to support the latest DataFrames release. I'm happy to take a look at switching things over here.

ExpandingMan commented 5 years ago

I had intended to add Tables.jl to this, but since JavaCall.jl is not working on default binaries until Julia 2.0 unfortunately I have no use for this package now. Should be pretty easy to change the interface to Tables.jl though.