Skip to content

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.

@codesandbox-ci
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.

2 participants