Skip to content

add GLOB for sqlite, duckdb#1067

Merged
georgesittas merged 4 commits intotobymao:mainfrom
cldellow:sqlite-glob
Feb 1, 2023
Merged

add GLOB for sqlite, duckdb#1067
georgesittas merged 4 commits intotobymao:mainfrom
cldellow:sqlite-glob

Conversation

@cldellow
Copy link
Contributor

@cldellow cldellow commented Feb 1, 2023

fixes #1066

Copy link
Collaborator

@georgesittas georgesittas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments but looks good otherwise. Thanks!

Also, it'd be great to add some more tests.

@cldellow
Copy link
Contributor Author

cldellow commented Feb 1, 2023

Thanks for that feedback, I've pushed an update.

I'm seeing lint failures from black in files that this PR doesn't touch: https://github.com/tobymao/sqlglot/actions/runs/4065549105/jobs/7000406980 - I'm not sure what's going on there.

@georgesittas
Copy link
Collaborator

georgesittas commented Feb 1, 2023

I'm seeing lint failures from black in files that this PR doesn't touch: https://github.com/tobymao/sqlglot/actions/runs/4065549105/jobs/7000406980 - I'm not sure what's going on there.

Yeah, I had a similar problem in my PR. I locally had black v22.6.0, whereas the github CI seems to be downloading black v23.1.0, which introduced some breaking changes.

After the formatting issues are addressed, this is good to go.

@cldellow
Copy link
Contributor Author

cldellow commented Feb 1, 2023

Ah, thanks! Should be good now.

@georgesittas georgesittas merged commit 9ed63ad into tobymao:main Feb 1, 2023
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.

GLOB operator is not supported for duckdb and sqlite

3 participants