We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quoted_table_name
Insert should succeed.
The regex
var splitHttpInsertRe = regexp.MustCompile(`(?i)^INSERT INTO\s([\w.]+)`)
supports unquoted table name only
OS: macOS Monterey AArch64
Driver version: v2.3.0-beta.2
Go version: 1.8.5
ClickHouse Server version: 22.8.1.1316
The text was updated successfully, but these errors were encountered:
Closes ClickHouse#715 (quoted table name in INSERT INTO)
010475a
Closes ClickHouse#715 by extending the regex with optional backticks
b5fe2d3
Merge pull request ClickHouse#716 from wizzard0/patch-1
6665902
field1
field2
Successfully merging a pull request may close this issue.
Issue description
Insert should succeed.
The regex
supports unquoted table name only
Configuration
OS: macOS Monterey AArch64
Driver version: v2.3.0-beta.2
Go version: 1.8.5
ClickHouse Server version: 22.8.1.1316
The text was updated successfully, but these errors were encountered: