We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.10.0
Python output looks good!
Minor issue.
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
class
(I have seen this in mysql with type as column name too.)
type
No response
macOS
MySQL
Python
The text was updated successfully, but these errors were encountered:
Migrated to sqlc-dev/sqlc-gen-python#2
Sorry, something went wrong.
No branches or pull requests
Version
1.10.0
What happened?
Python output looks good!
Minor issue.
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(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: