sqlc-dev / sqlc-gen-python

MIT License
112 stars 14 forks source link

Generated Types have abnormal names #49

Open Goldziher opened 3 months ago

Goldziher commented 3 months ago

Issue:

@dataclasses.dataclass()
class create_projectParams:
   ...

This should be CreateProjectParams - as the python convention is for class names.