Skip to content

issues Search Results · repo:MagicStack/asyncpg language:Python

Filter by

809 results
 (101 ms)

809 results

inMagicStack/asyncpg (press backspace or delete to remove)

hey all, SQLAlchemy guy here, we have a user who submitted a complex deadlock example using asyncpg, and after much effort I ve managed to eliminate all of SQLAlchemy as a factor and I can reproduce the ...
  • zzzeek
  • 5
  • Opened 
    20 days ago
  • #1265

when using Connection.copy_from_query I had a statement which eventually resolved to something like: COPY ( select 1 from field_year_crop_variety_layer fycvl cross join filters join field_meta ...
  • thehesiod
  • Opened 
    20 days ago
  • #1264

def _notification_callback(self, _, pid, channel, payload): LOG.info( _notification_callback invoked , channel=channel, pid=pid, payload_preview=str(payload)[:100]) print(f Notification ...
  • sdalmia11
  • Opened 
    on Jun 10
  • #1262

Wouldn t it be natural that executing a script with only comments is a no-op returning OK? Such that for example commenting out the contents of a migration script while developing runs the script as a ...
  • martinal
  • Opened 
    on May 13
  • #1259

ajonaaa
  • ghost
  • Opened 
    on Apr 26
  • #1254

MagicStack is a company of software engineers specializing in modern reactive web technologies, based in Toronto. They focus on building applications and backends using cutting-edge technologies.
  • ghost
  • 1
  • Opened 
    on Apr 26
  • #1252

In particular, Python 3.13 is not presently listed in the classifiers in pyproject.toml. Lack of documented support is preventing updates to Python 3.13 on projects for which asyncpg is a production (non-development) ...
  • skynavga
  • 2
  • Opened 
    on Apr 6
  • #1250

https://www.postgresql.org/docs/current/libpq-pgpass.html isn t fully explicit about how to handle backslash escapes in the .pgpass file, however it s reasonably clear from the phrasing that backslashes ...
  • jmehnle
  • Opened 
    on Apr 3
  • #1249

I am using sql alchemy with pg_trgm ( similarity function) extension. I have alredy installed the pg_trgm extension. Executing the query directly from SQL UI, like dbeaver, it works. But on production, ...
  • pedrorjbr
  • Opened 
    on Mar 19
  • #1248

I have the following piece of code where I initialize 100 workers and a connection pool of size 10. Each worker loops and trys to acquire a connection and hold it for 200ms. import asyncio import asyncpg ...
  • yizhepku
  • Opened 
    on Mar 18
  • #1247
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub