Skip to content
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

GROUP-105 Updated Flyway URL to Correctly Identify sslRootCert #43

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

makmn1
Copy link
Member

@makmn1 makmn1 commented Jun 27, 2024

Description of Changes

It turns out that Flyway doesn't recognize the use of ampersands (&) to delimit properties in a JDBC URL. Instead, it recognizes only semicolons (;) as the delimiter. Many examples online use ampersands to delimit properties in a JDBC string, but there are docs that specify the use of semicolons.

Sources on using semicolons:
MS SQL Server
Java Docs
PostgreSQL

The PostgreSQL docs show an example using ampersands, so it's kind of weird why only semicolons work in the Flyway URL. Maybe a JDBC driver restriction?

@makmn1 makmn1 self-assigned this Jun 27, 2024
@makmn1 makmn1 merged commit 8d5f0ca into main Jun 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant