Feature/fix type error#77
Merged
Merged
Conversation
…heckingHook function (fix-type-error)
rayakame
added a commit
that referenced
this pull request
May 17, 2025
* 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 * fragments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.