sqlparse icon indicating copy to clipboard operation
sqlparse copied to clipboard

allow operators to procede dollar quoted strings

Open proddata opened this issue 1 year ago • 0 comments

Thanks for contributing!

Before submitting your pull request please have a look at the following checklist:

  • [x] ran the tests (pytest)
  • [ ] all style issues addressed (flake8)
  • [x] your changes are covered by tests
  • [ ] your changes are documented, if needed

Fixes #763 Currently string literals using dollar quoting ($js$mytext$js$) must be preceded by a whitespace character, which prevents e.g. using SET application_name=$$foo;bar$$ which is valid PostgreSQL

proddata avatar Feb 05 '24 06:02 proddata