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
While working on boiler plate for my CRUD I noticed that one of the tables which I have named product_meta has a corresponding struct name ProductMetum.
For references, notice that when I create a SELECT query generates this code
if you notice the return type, you would see that everything is working as expected except that the struct generated is incorrectly name.
Version
1.10.0
What happened?
While working on boiler plate for my CRUD I noticed that one of the tables which I have named
product_meta
has a corresponding struct nameProductMetum
.For references, notice that when I create a
SELECT
query generates this codeif you notice the return type, you would see that everything is working as expected except that the struct generated is incorrectly name.
Relevant log output
Database schema
SQL queries
No response
Configuration
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
MySQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: