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

fix: PostgreSQL parser should not treat \ as an escape char #1921

Merged
merged 4 commits into from Jun 22, 2022

Commits on Jun 22, 2022

  1. fix: PostgreSQL parser should not treat \ as an escape char

    The PostgreSQL parser that removes comments and checks the type of
    statement should not consider a backslash inside a quoted literal or
    identifier as an escape character. Instead, only double occurrences of
    the same quotes as the begin/end quote should be considered as an escape
    inside a quoted literal or identifier.
    
    Fixes #1920
    olavloite committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    571b0b4 View commit details
    Browse the repository at this point in the history
  2. chore: run formatter

    olavloite committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2b9e376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28c1e3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fbb0c2 View commit details
    Browse the repository at this point in the history