We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94ab82 commit e164989Copy full SHA for e164989
internal/codegen/drivers/asyncpg.go
@@ -16,7 +16,7 @@ const AsyncpgResult = "asyncpg.Record"
16
func AsyncpgTypeCheckingHook() []string {
17
return []string{
18
fmt.Sprintf(
19
- "ConnectionLike: typing.TypeAlias = asyncpg.Connection[%[1]s] | asyncpg.pool.PoolConnectionProxy[%[1]s]",
+ "ConnectionLike: typing.TypeAlias = asyncpg.Connection[%[1]s] | asyncpg.Pool[%[1]s] | asyncpg.pool.PoolConnectionProxy[%[1]s]",
20
AsyncpgResult,
21
),
22
}
0 commit comments