-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(export): escape MySQL column names (#8961)
This change wraps all the column names with backticks so that MySQL won't complain when a table has columns that are also reserved keywords in MySQL.
- Loading branch information
1 parent
a22e248
commit 4ee6462
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters