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

Quote publication names as identifiers in SQL statements #528

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

airhorns
Copy link

@airhorns airhorns commented Mar 28, 2025

Creating publications with things like dashes in the name didn't work before, erroring with Error: Error creating Publication: pq: syntax error at or near "-". Publication names should be quoted to allow characters like this, just like table names (though they don't have a schema).

So that publication names with special characters can be created
@airhorns airhorns force-pushed the quote-publication-name branch 2 times, most recently from 7aeca28 to c3c4a26 Compare March 28, 2025 00:46
@airhorns airhorns marked this pull request as ready for review March 28, 2025 00:50
@airhorns airhorns force-pushed the quote-publication-name branch from c3c4a26 to 968e5bf Compare March 28, 2025 00:51
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