-
-
Notifications
You must be signed in to change notification settings - Fork 479
Only set has nulls flag if we actually have nulls #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is necessary to support arrays of non-null values on Postgres 8.1 and older. Closes #330
@glennpierce Can you see if this makes things work with Redshift? |
Hi It gives a different error using that branch. thread 'tests::get_consolidated_data_for_sensor_ids2' panicked at 'called backtrace was
|
Is |
I get it from the error returned from conn.query
Here I printed the debug of results and it gives
The sql was
|
That's an internal error inside of Redshift. There's nothing I can do about that unfortunately. You could file a bug on Redshift if you have a support contract with them maybe? |
I will look into it. Thanks for the help |
This is necessary to support arrays of non-null values on Postgres 8.1
and older.
Closes #330