-
Notifications
You must be signed in to change notification settings - Fork 962
Open
@tburgin
Description
What do you want to change?
Hello, I am wondering if :copyfrom supports ON_ERROR? With sqlc v1.30.0 I receive syntax error at or near "ON_ERROR" for a statment like:
-- name: InsertKeyValues :copyfrom
INSERT INTO kvs (
id, key, value
) VALUES (
@id, @key, @value
) ON_ERROR ignore;
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
No response