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
Is there official way of getting COPY output result ? I see that CopyData messages are coming in PostgresqlResult.messages but there is no way for me to get it because PostgresqlResult.map is hardcoded to get regular rows only.
Is there official way of getting COPY output result ? I see that
CopyDatamessages are coming inPostgresqlResult.messagesbut there is no way for me to get it becausePostgresqlResult.mapis hardcoded to get regular rows only.Thank you.