-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vertica: prevent overwriting row data when duplicated column names exist
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 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
@rz269 -- can we simplify this to a single change, just adding this line and only this line --
columns = self.fetch_columns(column_data)
-- since fetch_columns will fix the naming problem for us. And making sure as you already did that rows is defined strictly after this.redash/redash/query_runner/__init__.py
Lines 101 to 117 in 4c56900