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
*[#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](rayakame))
4
-
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](rayakame))
5
-
*[#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](AlexanderHOtt))
6
-
*[#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](rayakame))
7
-
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](rayakame))
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](AlexanderHott))
10
-
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](rayakame))
11
-
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](rayakame))
12
-
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](rayakame))
13
-
*[#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](rayakame))
3
+
*[#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](https://github.com/rayakame))
4
+
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](https://github.com/rayakame))
5
+
*[#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](https://github.com/AlexanderHOtt))
6
+
*[#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](https://github.com/rayakame))
7
+
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](https://github.com/AlexanderHott))
10
+
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](https://github.com/rayakame))
11
+
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](https://github.com/rayakame))
12
+
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](https://github.com/rayakame))
13
+
*[#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
14
14
### Changed
15
-
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](rayakame))
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](rayakame))
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
+
*[#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
17
### Fixed
18
-
*[#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](AlexanderHOtt))
19
-
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](rayakame))
20
-
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](null-domain))
18
+
*[#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
+
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](https://github.com/rayakame))
20
+
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](https://github.com/null-domain))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,24 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## v0.4.0 - 2025-05-21
6
6
### Added
7
-
*[#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](rayakame))
8
-
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](rayakame))
9
-
*[#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](AlexanderHOtt))
10
-
*[#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](rayakame))
11
-
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](rayakame))
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](AlexanderHott))
14
-
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](rayakame))
15
-
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](rayakame))
16
-
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](rayakame))
17
-
*[#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](rayakame))
7
+
*[#59](https://github.com/rayakame/sqlc-gen-better-python/pull/59) Added hyperlink to github profile of contributors in the changelog ([rayakame](https://github.com/rayakame))
8
+
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Added strict output tests & ci to prevent bugs from happening ([rayakame](https://github.com/rayakame))
9
+
*[#66](https://github.com/rayakame/sqlc-gen-better-python/pull/66) Added an example sqlc.yaml to README.md ([AlexanderHOtt](https://github.com/AlexanderHOtt))
10
+
*[#69](https://github.com/rayakame/sqlc-gen-better-python/pull/69) Added config option to auto generate docstrings for generated python code. ([rayakame](https://github.com/rayakame))
11
+
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added support for query annotations `execrows` and `execresult` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
*[#74](https://github.com/rayakame/sqlc-gen-better-python/pull/74) Added `ConnectionLike` instead of `asyncpg.Connection` which allows also using connection pools ([AlexanderHott](https://github.com/AlexanderHott))
14
+
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Added tests for `aiosqlite` driver with 100% coverage ([rayakame](https://github.com/rayakame))
15
+
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Added tests for `sqlite3` driver with 100% coverage ([rayakame](https://github.com/rayakame))
16
+
*[#86](https://github.com/rayakame/sqlc-gen-better-python/pull/86) Brought `sqlite3` back to full compatibility ([rayakame](https://github.com/rayakame))
17
+
*[#87](https://github.com/rayakame/sqlc-gen-better-python/pull/87) Added support for `:copyfrom` for driver `asyncpg` ([rayakame](https://github.com/rayakame))
18
18
### Changed
19
-
*[#63](https://github.com/rayakame/sqlc-gen-better-python/pull/63) Removed unnecessary `msgspec.field()` and `attrs.field()` for models. ([rayakame](rayakame))
20
-
*[#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](rayakame))
19
+
*[#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))
20
+
*[#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
21
### Fixed
22
-
*[#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](AlexanderHOtt))
23
-
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](rayakame))
24
-
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](null-domain))
22
+
*[#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))
23
+
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Brought `aiosqlite` back to full compatibility ([rayakame](https://github.com/rayakame))
24
+
*[#82](https://github.com/rayakame/sqlc-gen-better-python/pull/82) Fixed incorrect typing of query function arguments for nullable fields. ([null-domain](https://github.com/null-domain))
0 commit comments