Support opensource Redshift JDBC driver
See original GitHub issueWhich version and edition of Flyway are you using?
5.2.4
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
https://github.com/flyway/flyway-play
Which database are you using (type & version)?
AWS Redshift 1.0.21053
What did you do?
Switched from the closed-source "com.amazon.redshift" % "redshift-jdbc42" % "1.2.50.1077"
driver to the recently-released open source "com.amazon.redshift" % "redshift-jdbc42" % " 2.0.0.0"
one.
What did you expect to see?
Migrations being applied.
What did you see instead?
Exception Migration(s) failed for finance-redshift[Unsupported Database: Redshift 8.0]
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Amazon Redshift announces Open Source JDBC and Python ...
The JDBC driver now supports querying across databases (Preview), improves resultset metadata fetching, optimizes batch INSERT performance ...
Read more >aws/amazon-redshift-jdbc-driver - GitHub
The Driver provides access to Redshift from any Java application, application server, or Java-enabled applet. The driver has many Redshift specific features ...
Read more >Redshift JDBC Driver download | SourceForge.net
Download Redshift JDBC Driver for free. Redshift JDBC Driver. It supports JDBC 4.2 specification. The Amazon JDBC Driver for Redshift is a ...
Read more >Amazon Redshift JDBC Driver Installation and Configuration ...
The driver complies with the JDBC 4.2 data standard. JDBC is one of the most established and widely supported APIs for connecting to...
Read more >Support Redshift JDBC driver version 2.0 : DBE-12546
Redshift has a new and open source JDBC driver. Can datagrip be updated to include this new driver in the "provided driver" downloader,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve raised the issue with the driver team, will await further news. https://github.com/aws/amazon-redshift-jdbc-driver/issues/4
The new driver appears to have rather different behaviour around transactions (it errors in situations where the older driver is fine) so it’s not simply a matter of swapping one out and adding the other.