-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I do need to use ? operator from postgresql ltree extension, which expects array of lquery on right hand side of expression, but doing so I'm getting the trait `PgHasArrayType` is not implemented for `PgLQuery` compilation error
Describe the solution you'd like
I think we should implement PgHasArrayType trait for PgLQuery
Describe alternatives you've considered
There is a workaround for now to pass array of text and make type cast in SQL query itself, like $1::lquery[]
Additional context
None
philipcristiano
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request