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
* feat(aiosqlite): update BuildPyQueryFunc to use const for connection type (main)
* feat(codegen): add connection type to driver struct
Added a new field `connType` to the `Driver` struct in the common.go file
to store the connection type. This field is initialized based on the SQL
driver configuration. (main)
* feat(queries): Add method to build Python class template
Added a method to build a Python class template based on the source name.
(issue #main)
* feat(queries): add Queries class with __init__ method
Add `Queries` class with `__init__` method to manage a connection to the DB.
Issue: main
* feat(builders): add NewLine method to IndentStringBuilder (main)
* feat(queries): Added classes for author creation, retrieval, and update
Added CreateAuthorParams, GetAuthorRow, UpdateAuthorParams, UpdateAuthorTParams,
and UpsertAuthorNameParams classes. Modified queries.py accordingly.
Issue: feature/emit-classes (feature/emit-classes)
* update queries.py
* update queries.py
* update queries.py
* update queries.py
* update queries.py
* update queries.py
* feat(aiosqlite): add support for class-based query functions (feature/emit-classes)
* feat(common): update TypeBuildPyQueryFunc signature (feature/emit-classes)
* feat(core): add option to emit classes (feature/emit-classes)
* feat(internal/codegen/queries): Add support for emitting Python classes in
query generation (emit-classes)
* feat: enable class emission in Python code generation (feature/emit-classes)
0 commit comments