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
* chore(queries): Add `GetStudentAndScore` to queries.py (feature/sqlc-embed)
* feat(sqlc): Add support for all sqlc macros and list supported Query commands (feature/sqlc-embed)
* fix: Update sha256 checksum for python wasm file
The sha256 checksum for the python wasm file was updated to
9a83b2a13344cebb64f33b3deacbab37a098409bd8027b996e32f041aead9267.
(feature/sqlc-embed)
* feat(types): add support for 'bigserial' type in SQLite (sqlc-embed)
* feat(sqlc-gen): Refactor SQLite3 driver to handle embedded fields (sqlc-embed)
* feat(sqlc-gen): Refactor AioSQLite driver to handle embedded fields (sqlc-embed)
* refactor: Remove unnecessary log package import and log calls (feature/sqlc-embed)
* fix: Remove 'models.' prefix from type names before storing in keepTypes (feature/sqlc-embed)
* feat(models): Add SourceName field to Table struct (sqlc-embed)
* feat(models): Remove SourceName field to Table struct (sqlc-embed)
* feat: add GetStudentAndScoresRow dataclass (feature/sqlc-embed)
* feat(sqlc-gen-better-python): add GetStudentAndScores query (sqlc-embed)
* fragment
0 commit comments