pg_duckdb
pg_duckdb copied to clipboard
Support additional types as arguments for prepared statements
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