- Notifications
You must be signed in to change notification settings - Fork516
Closed
Description
postgres-types
does not seem to have built in support foroidvector
. I tried to do this by insertingvec![1_u32, 2_u32]
as aVec<Oid>
, but doing so results in:
invalid oidvector data
Which seems to come fromthis line in the Postgres codebase. It looks to me like Postgres assumes alower_bound of 0, butToSql
ofVec
is alwayssetting it as 1.
Is there another way to send inoidvector
as a bound parameter?
Metadata
Metadata
Assignees
Labels
No labels