JuliaDatabases / JDBC.jl

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

Tests fail on v0.5 #22

Closed ranjanan closed 8 years ago

ranjanan commented 8 years ago

The latest master fails tests:

ERROR: LoadError: MethodError: no method matching length(::JDBC.JDBCRowIterator)
Closest candidates are:
  length(::SimpleVector) at essentials.jl:168
  length(::Base.MethodList) at reflection.jl:256
  length(::MethodTable) at reflection.jl:322
  ...
 in _similar_for at ./array.jl:225 [inlined]
 in _collect at ./array.jl:240 [inlined]
 in collect(::JDBC.JDBCRowIterator) at ./array.jl:236
 in include_from_node1(::String) at ./loading.jl:426
 in process_options(::Base.JLOptions) at ./client.jl:262
 in _start() at ./client.jl:318
while loading /Users/ranjan/.julia/v0.5/JDBC/test/runtests.jl, in expression starting on line 33
aviks commented 8 years ago

collect in v0.5 seems to now require length implemented for an iterator.