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
qanghaa
changed the title
Table "bonuses" and "product_metadata" incorrectly generates model name.
Table "product_metadata" incorrectly generates model name.
Oct 19, 2024
Version
1.27.0
What happened?
I have 2 tables with name like
bonuses, product_metadata
when I usingsqlc
to generate models. The struct name generated seems unexpectedbonuses
=> struct nameBonuse
product_metadata
=> struct nameProductMetaDatum
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
https://play.sqlc.dev/p/c459554e53b478b864dd0728b83783f6e7e22bc10c737cd3834f9df7435cec67
What operating system are you using?
Linux
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: