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

Feature: use PostgreSQL format function to sanitize identifiers and literals #158

Open
lyuboxa opened this issue May 28, 2024 · 0 comments
Labels
feature New feature or request

Comments

@lyuboxa
Copy link
Contributor

lyuboxa commented May 28, 2024

Feature description

Identifiers and literals are not fully sanitized or escaped. This can lead to a connector error.

Use PostgreSQL format or quote_ident function sanitize these. It allows for a full query or an individual string.
https://www.postgresql.org/docs/current/functions-string.html#FUNCTIONS-STRING-FORMAT

@lyuboxa lyuboxa added feature New feature or request triage Needs to be triaged labels May 28, 2024
@lovromazgon lovromazgon removed the triage Needs to be triaged label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants