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

Support additional types as arguments for prepared statements #227

Open
3 tasks
JelteF opened this issue Sep 30, 2024 · 0 comments
Open
3 tasks

Support additional types as arguments for prepared statements #227

JelteF opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@JelteF
Copy link
Collaborator

JelteF commented Sep 30, 2024

In #147 we introduced support for prepared statements, but we don't support arguments of all the types that we support in other places.

We should make ConvertPostgresParameterToDuckValue support all the types that ConvertDuckToPostgresValue currently supports. Types that are currently missing are:

  • numeric
  • uuid
  • array types
@JelteF JelteF added the enhancement New feature or request label Sep 30, 2024
@JelteF JelteF added this to the 0.2.0 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant