Skip to content

Conversation

Michael-S
Copy link

@Michael-S Michael-S commented Sep 4, 2025

Description

The Query Workbench would terminate queries with semicolons, even if the semicolons were inside quoted strings.
For example, select * from x where y = '1;2' would POST to the server select * from x where y = '1.

This change makes the query parsing a bit more sophisticated, and attempts to handle quoting properly.

Issues Resolved

#243

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented. (Not Applicable)
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

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