question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support opensource Redshift JDBC driver

See original GitHub issue
Which 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:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
juliahaywardcommented, Nov 19, 2020

I’ve raised the issue with the driver team, will await further news. https://github.com/aws/amazon-redshift-jdbc-driver/issues/4

2reactions
juliahaywardcommented, Nov 18, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found