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
Copy file name to clipboardExpand all lines: .changes/v0.4.0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
### Changed
15
15
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](https://github.com/rayakame))
16
16
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74)`:many` queries now return `QueryResults` allowing both iteration over rows and fetching rows. ([rayakame](https://github.com/rayakame))
17
+
### Deprecated
18
+
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added `id` to reserved keywords so that it will appear as `id_` ([rayakame](https://github.com/rayakame))
17
19
### Fixed
18
20
*[#70](https://github.com/rayakame/sqlc-gen-better-python/pull/70) Fixed the `uv sync` command in CONTRIBUTING.md and added an example docker command to create a postgres instance for testing. ([AlexanderHOtt](https://github.com/AlexanderHOtt))
19
21
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](https://github.com/rayakame))
0 commit comments