Skip to content

Latest commit

 

History

109 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example text

There is an issue with asyncpg lib

to solve it you must remove 2 lines from asyncpg/connection.py in fetch function (line 588)

return await self._execute(
    query,
    args,
    0,
    timeout,
    record_class=record_class, # <-- delete this line
)

in fetchrow function (line 645)

return await self._execute(
    query,
    args,
    0,
    timeout,
    record_class=record_class, # <-- delete this line
)

save the file and restart a server

About

Bug tracking application

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages