Closed kevinburke1 closed 5 years ago
Does protoc
do this? I'm tempted to close this out as wontfix
.
Good question, I'm not sure.
I've tested the behavior of protoc
. The generated files are not deleted. I'm content to do the same.
I've tested the behavior of
protoc
. The generated files are not deleted. I'm content to do the same.
I just renamed a table and discovered this behavior of sqlc, could we add a note somewhere in the docs that the out
folder contents are not cleared upon calling sqlc generate
? (although having an optional flag to do so would be a wonderful addition)
I dropped a table and removed the corresponding
db/query/<table>.go
file. However,src/internal/db/<table>.sql.go
file was not deleted. I expected it to be deleted.