- Notifications
You must be signed in to change notification settings - Fork 978
Closed
Labels
Description
Version
1.27.0
What happened?
Missing configuration entry for driver change.
https://docs.sqlc.dev/en/stable/reference/config.html#go
Driver changes can be required by sqlc, such as when using :copyfrom
https://docs.sqlc.dev/en/stable/howto/insert.html#using-copyfrom
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
{"version": "2","sql": [{"schema": "schema.sql","queries": "query.sql","engine": "mysql","gen": {"go": {"out": "db","sql_driver": "github.com/go-sql-driver/mysql"}}}]}Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response