Skip to content

Fixes #159 - quoting and escaping string literals inside lists#161

Merged
genzgd merged 1 commit intoClickHouse:mainfrom
ewjoachim:159-quote-string-in-lists
Apr 4, 2023
Merged

Fixes #159 - quoting and escaping string literals inside lists#161
genzgd merged 1 commit intoClickHouse:mainfrom
ewjoachim:159-quote-string-in-lists

Conversation

@ewjoachim
Copy link
Copy Markdown
Contributor

@ewjoachim ewjoachim commented Apr 3, 2023

Summary

Fixes #159 - quoting and escaping string literals inside lists

Note

The PR could be completed with more tests (e.g. tuples, dicts, etc) and more scoped tests (e.g. unit testing format_str and escape_str themselves). Feel free to take over the PR and do it.

Checklist

Delete items not relevant to your PR:

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 3, 2023

CLA assistant check
All committers have signed the CLA.

@genzgd
Copy link
Copy Markdown
Collaborator

genzgd commented Apr 4, 2023

This is great, thanks so much!

@genzgd genzgd merged commit a7e20c6 into ClickHouse:main Apr 4, 2023
@ewjoachim ewjoachim deleted the 159-quote-string-in-lists branch April 5, 2023 06:10
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.

Array(String) query parameters don't quote the strings

3 participants