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

migrate: Use SplitQuery for migration parsing #4126

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

mastercactapus
Copy link
Member

@mastercactapus mastercactapus commented Nov 8, 2024

Upgrade to sqlc v1.27.0, remove the sql-migrate dependency, and enhance migration parsing logic without relying on an external library. Adjust file mode representation to octal style.

Note: had to add a missing semicolon to an old migration (no schema change)

- Updated to sqlc v1.27.0
- Removed sql-migrate dependency
- Enhanced parsing logic for migrations without external library
- Adjusted file mode representation to octal style
@github-actions github-actions bot added the size/s label Nov 8, 2024
@mastercactapus mastercactapus merged commit a0c680e into master Nov 8, 2024
7 of 8 checks passed
@mastercactapus mastercactapus deleted the smart-migration-statement-splitting branch November 8, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants