-
Notifications
You must be signed in to change notification settings - Fork 900
Open
Labels
🔧 pythonPull requests that update Python codePull requests that update Python codebugSomething isn't workingSomething isn't workingregression
Description
Version
1.27.0
What happened?
In Python the generated code requires to be ordered in a certain way (fields with defaults at the end). This was taken care by the following code in the sqlc-gen-python plugin
Between version 1.26.0 and 1.27.0, something was changed that broke that sorting. Now, fields are not ordered correctly anymore and in the case of Python, the generated files will break Python.
Metadata
Metadata
Assignees
Labels
🔧 pythonPull requests that update Python codePull requests that update Python codebugSomething isn't workingSomething isn't workingregression