Skip to content

Use CREATE OR REPLACE ... PROCEDURE syntax #293

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

Merged
merged 1 commit into from
Jul 22, 2025

Conversation

KarlLevik
Copy link
Member

An older procedure file is using the CREATE ... PROCEDURE syntax instead of CREATE OR REPLACE ... PROCEDURE.

The former syntax doesn't allow us to re-run the SQL file as the procedure already exists. The latter syntax does.

@KarlLevik KarlLevik merged commit ef4ef3f into main Jul 22, 2025
3 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