Nguyen Quang Ha
Nguyen Quang Ha
Fix [Table "bonuses" and "product_metadata" incorrectly generates model name. #3552](https://github.com/sqlc-dev/sqlc/issues/3552)
### Version 1.27.0 ### What happened? I have 2 tables with name like `bonuses, product_metadata` when I using `sqlc` to generate models. The struct name generated seems unexpected - table...
### What do you want to change? ### Context: - Techstack I'm used: - go version go1.21.6 linux/amd64 - kjconroy/sqlc:latest image - config yaml file: v2 - I want to...