-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By default, make query column names unique (#254)
* By default, make query column names unique Fixes #253. Most data formats have requirements around column name uniqueness, including DataFrames.jl. The proposed changes here ensure query result columns are unique by default, while still allowing column names to be duplicated if they pass `allowduplicates=true` to `DBInterface.execute`. * Update test/runtests.jl Co-authored-by: Bogumił Kamiński <[email protected]> Co-authored-by: Bogumił Kamiński <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
4 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
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
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