Skip to content

Fix table name parsing issue for batch inserts#2290

Merged
lilgreenbird merged 2 commits intomainfrom
github1534
Jan 10, 2024
Merged

Fix table name parsing issue for batch inserts#2290
lilgreenbird merged 2 commits intomainfrom
github1534

Conversation

@lilgreenbird
Copy link
Copy Markdown
Contributor

No description provided.

@lilgreenbird lilgreenbird merged commit c3343ce into main Jan 10, 2024
@lilgreenbird lilgreenbird deleted the github1534 branch January 11, 2024 21:44
@lilgreenbird lilgreenbird mentioned this pull request Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed/Merged PRs

Development

Successfully merging this pull request may close these issues.

useBulkCopyForBatchInsert works for "INSERT INTO table (a)" but not for "INSERT INTO table(a)" (missing space).

3 participants