You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thatConvertDuckToPostgresValue
currently supports. Types that are currently missing are:The text was updated successfully, but these errors were encountered: