-
Notifications
You must be signed in to change notification settings - Fork 923
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What do you want to change?
Hello,
I have multiple directories that contain .sql files that I would like sqlc to generate code from. Most of these files are "create table" files, but some of them are "create procedures" or "triggers". Sqlc errors out on those files when generating. I would like to be able to still get the generated code from the proper create table files. Is there a way to let 'sqlc generate' ignore errors and still generate the proper files that contain valid create table statements?
What database engines need to be changed?
MySQL
What programming language backends need to be changed?
Go
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request