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(docs): Add ordering warning for numeric goose migration #3481

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

rob2244
Copy link
Contributor

@rob2244 rob2244 commented Jul 7, 2024

When using Goose with numeric migrations, if the migration files aren't in lexographic order SQLC parses them in the wrong order. This is similar to the issue that occurs with golang-migrate. This pr documents this behaviour.

When using Goose with numeric migrations, if the migration files aren't in
lexographic order SQLC parses them in the wrong order. This is similar to the issue that occurs
with golang-migrate. This pr documents this behaviour.
@rob2244
Copy link
Contributor Author

rob2244 commented Jul 7, 2024

Closes #3444

@kyleconroy
Copy link
Collaborator

Thanks Rob. Longer term I do want to make sure we fix this. It may involve embedding goose inside sqlc itself. We'll see!

@kyleconroy kyleconroy merged commit c004851 into sqlc-dev:main Aug 5, 2024
7 of 8 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.

2 participants