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
I had a column name named class. This generated a python dataclass that did not escape the reserved word. Not sure if the solution is to
* not name things "class" (my workaround)
* quote class in the dataclass (like type hinting can do in python)
* warn user and reject reserved words as column names/dataclass field names
(I have seen this in mysql with type as column name too.)
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
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?
Python
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: