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

fix selecting dialect #692

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

jbking
Copy link
Contributor

@jbking jbking commented Feb 2, 2024

Changed the driver to pgx before dialect selection, preventing the correct redshift dialect from being applied. This resulted in errors due to the usage of the unsupported Serial type in Redshift, as shown by "2024/02/02 04:56:32 goose run: ERROR: Column 'goose_db_version.id' has unsupported type 'serial'. (SQLSTATE 0A000)."

@mfridman mfridman merged commit 8712ba6 into pressly:master Feb 3, 2024
10 checks passed
@jbking jbking deleted the feature/fix-selecting-dialect branch February 8, 2024 05:27
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.

None yet

2 participants