bramtayl / LightQuery.jl

One query to rule them all
Other
14 stars 4 forks source link

row_info #11

Closed yakir12 closed 5 years ago

yakir12 commented 5 years ago

I know it's there, but for some reason there is no row_info for me. Tests pass (they make use of row_info) and the version is 0.2.3, but I can't evoke any call with row_info:

 julia> using LightQuery

julia> row_info
ERROR: UndefVarError: row_info not defined

julia> LightQuery.row_info
ERROR: UndefVarError: row_info not defined
bramtayl commented 5 years ago

Are you using the dev version? I think last time I versioned row_info was called something else. Once I finish SQL support I'll publish a new version.

bramtayl commented 5 years ago

New version has row_info