Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: Clickhouse Storage Driver #1342
feat: Clickhouse Storage Driver #1342
Changes from 38 commits
f9a22ee
5ecaadb
efea419
b8c51d1
de69aa6
2baf7d7
de3083f
4c5f2ef
8f7781c
8a64cac
81b668a
99c0994
21ac41f
3f5fda6
3b83def
f212e66
2faf158
8120322
bfd7ccc
0c53f45
ca256c0
11d7b5f
bdf87e3
df5c2b3
3ef0002
c62c0af
ad436b5
c70e449
0887a66
1f3a53a
bf0d8fc
d27ee36
292cee6
275be22
4311191
f4ee2db
6b75862
d872a85
f27f7b1
0228c63
e744bc0
f9d76aa
337546b
ea065c4
39412ce
cfd5f69
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider handling potential SQL injection vulnerabilities.
The
engine
variable is directly used in a SQL query. This could lead to SQL injection if not properly sanitized or validated.Committable suggestion