Skip to content
New issue

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

fix bug when reading w wildcard #90

Merged
merged 1 commit into from
Dec 12, 2024
Merged

fix bug when reading w wildcard #90

merged 1 commit into from
Dec 12, 2024

Conversation

drizk1
Copy link
Member

@drizk1 drizk1 commented Dec 12, 2024

fixes bug when using * wildcard in path name
alias is optional - will default to data if left empty

julia> DB.@show_query  DB.db_table(db, "/Users/danielrizk/Downloads/mtcars/*.csv", alias = "test" )  

SELECT *
        FROM '/Users/Downloads/mtcars/*.csv' AS test 

old issue below where this would be unable to run

SELECT *
        FROM '/Users/Downloads/mtcars/*.csv' AS * 

@drizk1 drizk1 merged commit 3a90366 into main Dec 12, 2024
3 checks passed
@drizk1 drizk1 deleted the wildcard-file-path-bugfix branch December 12, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant