Commit f4d2e5a
authored
Finish
* feat(asyncpg): Implement execresult command in Asyncpg driver (finish-asyncpg)
* generated code
* feat(asyncpg): Implement handling of CmdExecRows in asyncpg.go (issue #finish-asyncpg)
* generated code
* fragment
* generated code
* codecov badge
* codecov yml
* tests
* tests
* Feature/fix type error (#77)
* feat(asyncpg): fix AsyncpgConn type declaration in AsyncpgDriverTypeCheckingHook function (fix-type-error)
* generated code
* blank line before typing block
* generated code
* feat: add QueryResults class for asyncpg driver(feature/finish-asyncpg)
* feat(pyproject): Enable additional static analysis checks
Issue: #feature/finish-asyncpg
* refactor(noxfile): Use collections.abc instead of typing (feature/finish-asyncpg)
* fix: Fix codecov badge URL casing inconsistency (feature/finish-asyncpg)
* feat(queries): Add property method to return connection object
Added a new property method to return the connection object used to make
queries in the queries class. This enhances the usability and readability
of the code. (issue #finish-asyncpg)
* feat(asyncpg): add test_get_many_iterator for multiple PostgresType fields (finish-asyncpg)
* generated code
* codecov fix
* fragmentsasyncpg (#74)1 parent b516121 commit f4d2e5a
41 files changed
Lines changed: 5823 additions & 688 deletions
File tree
- .changes/unreleased
- internal
- codegen
- builders
- drivers
- core
- test
- driver_asyncpg
- attrs
- classes
- functions
- dataclass
- classes
- functions
- msgspec
- classes
- functions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments