-
Notifications
You must be signed in to change notification settings - Fork 79
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
Better support for RedShift #215
Comments
Ran into #211 as well -- it seems that |
@krlmlr I currently use Redshift in case I can be of help with testing/etc. |
A teammate of mine pointed out coming across this thread, so I thought I'd leave the functional replacement to
|
- `Redshift()` connections now adhere to almost all of the DBI specification when connecting to a Redshift cluster. BLOBs are not supported on Redshift, and there are limitations with enumerating temporary tables (#215).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Perhaps with a separate subclass.
Existing solutions:
The text was updated successfully, but these errors were encountered: