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

sqlparser: Remove unneeded escaping #16255

Merged
merged 7 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. sqlparser: Remove unneeded escaping

    It's not necessary to escape a double quote since we quote everything
    with single quotes. This removes a lot of escaping noise, especially
    around JSON usage.
    
    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4ce25bb View commit details
    Browse the repository at this point in the history
  2. More test fixes

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    219be6e View commit details
    Browse the repository at this point in the history
  3. Fix additional test for improved escaping

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d8a54bb View commit details
    Browse the repository at this point in the history
  4. Fix again more tests

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ce29dd2 View commit details
    Browse the repository at this point in the history
  5. Even more test fixes

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7dcb3d8 View commit details
    Browse the repository at this point in the history
  6. More test fixes yet again

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e952c49 View commit details
    Browse the repository at this point in the history
  7. Aaand, more test fixes!

    Signed-off-by: Dirkjan Bussink <[email protected]>
    dbussink committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e73f38f View commit details
    Browse the repository at this point in the history