Indeed. I've been meaning to try and update this soon. For now, doing

Pkg.pin("DataFrames",v"0.5")

works for me.

-Jacob


On Wed, Feb 26, 2014 at 7:43 PM, John Myles White
<johnmyleswh...@gmail.com>wrote:

> ODBC is probably expecting to interact with an older version of DataFrames
> when Index was being exported.
>
>  -- John
>
> On Feb 26, 2014, at 4:40 PM, Dan B <danbar...@gmail.com> wrote:
>
> Friends,
>
> I'm getting the following when trying to issue simple queries to Redshift
> over an ODBC connection-
>
> julia> results = query("SELECT details from auditrecord WHERE id='44'");
>
> elapsed time: 3.211e-5 seconds
>
> ERROR: Index not defined
>
>  in ODBCFetchDataFrame at /home/ubuntu/.julia/v0.3/ODBC/src/backend.jl:185
>
>  in query at /home/ubuntu/.julia/v0.3/ODBC/src/userfacing.jl:57
>
>  in query at /home/ubuntu/.julia/v0.3/ODBC/src/userfacing.jl:43
>
> Redshift doesn't have indexes by nature... but Im hoping it's not
> something as obvious as this because I've seen examples of people using
> Julia with Redshift.  Any thoughts?
>
> Thanks in advance,
>
> - - Dan
>
>
>

Reply via email to