Skip to content

Commit 15b0377

Browse files
authored
Update CHANGELOG.md
1 parent bd1b99b commit 15b0377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file.
1818
### Changed
1919
* [#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))
2020
* [#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))
21+
### Deprecated
22+
* [#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))
2123
### Fixed
2224
* [#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))
2325
* [#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

Comments
 (0)