Re: [julia-users] Error: Index not defined issuing simple queries to Amazon Redshift

2014-02-26 Thread John Myles White
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-

Re: [julia-users] Error: Index not defined issuing simple queries to Amazon Redshift

2014-02-26 Thread Jacob Quinn
Indeed. I've been meaning to try and update this soon. For now, doing Pkg.pin(DataFrames,v0.5) works for me. -Jacob On Wed, Feb 26, 2014 at 7:43 PM, John Myles White johnmyleswh...@gmail.comwrote: ODBC is probably expecting to interact with an older version of DataFrames when Index was