Skip to content

DuckDB support #857

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

Merged
merged 19 commits into from
Apr 20, 2025
Merged

DuckDB support #857

merged 19 commits into from
Apr 20, 2025

Conversation

nene
Copy link
Collaborator

@nene nene commented Apr 20, 2025

Created a brand new DuckDB configuration to replace the old #738 pull request.

This should now support the most important bits of DuckDB. There are some caveats though:

  • No support for the percentage syntax, like LIMIT 10% (conflicts with modulo operator).
  • No support for named parameters like $foo (conflicts with $$-quoted strings).
  • No support for array-slice operator (conflicts with : in struct literals and prefix aliases).

There's definitely quite a bit more than the above three little things. But I think at least for start we have some DuckDB support that should work for most users.

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@nene nene mentioned this pull request Apr 20, 2025
@nene nene merged commit 754cd4d into master Apr 20, 2025
2 checks passed
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