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
Hello,
I am trying to use COPY FROM in a SQL query with sqlc-gen-typescript, but I encountered the following error during code generation:
:copyfrom doesn't support non-parameter values
I understand that sqlc might not fully support COPY FROM, but I would like to confirm:
1. Is COPY FROM currently supported in sqlc-gen-typescript?
2. If not, are there any plans to support this in the future?
This feature would be very helpful for bulk insert operations in my use case. If there are any workarounds or alternatives, I’d appreciate your advice.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use COPY FROM in a SQL query with sqlc-gen-typescript, but I encountered the following error during code generation:
I understand that sqlc might not fully support COPY FROM, but I would like to confirm:
1. Is COPY FROM currently supported in sqlc-gen-typescript?
2. If not, are there any plans to support this in the future?
This feature would be very helpful for bulk insert operations in my use case. If there are any workarounds or alternatives, I’d appreciate your advice.
The text was updated successfully, but these errors were encountered: