Any query using the RETURNING clause produces the following error:
NotSupportedError: cannot perform distributed planning for the given query
DETAIL: RETURNING clauses are not supported in distributed queries.
Can you add support for RETURNING clauses?
Any query using the
RETURNINGclause produces the following error:Can you add support for
RETURNINGclauses?