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
I misunderstood the problem.
It was working well adding an option "sql_driver": "github.com/go-sql-driver/mysql" as below playground.
Version
1.20.0
What happened?
#2545 introduced a :copyfrom feature for MySQL database thanks to @kyleconroy .
However, it is not woking well.
I think the cause of problem is
parseDriver
function never returnsSQLDriverGoSQLDriverMySQL
.https://github.com/sqlc-dev/sqlc/blob/faa1c9d156272eea4d33a31de2ab94951ba6af58/internal/codegen/golang/driver.go#L11C1-L35
Relevant log output
sqlc generate failed. # package db error generating code: :copyfrom is only supported by pgx and github.com/go-sql-driver/mysql
SQL queries
Configuration
Playground URL
https://play.sqlc.dev/p/ffd4ea54087e3ade2e02ae5ea9c9d76f00a9f34d0f649544c8ac716a0c1cfed0
What operating system are you using?
macOS
What database engines are you using?
MySQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: