observablehq / feedback

Customer submitted bugs and feature requests
42 stars 3 forks source link

Returning more than 99 rows fails on Postgres #399

Closed danny-waite closed 2 years ago

danny-waite commented 2 years ago

I'm a newbie so I'm possibly doing something wrong but I can't find any inspiration in the docs.

The following fails

db = DatabaseClient("test")
data = db.query("SELECT name FROM test_table limit 100")

with TypeError: Failed to fetch after waiting for a minute or so.

data = db.query("SELECT name FROM test_table limit 99") works

CobusT commented 2 years ago

Is this still happening? I have not been able to reproduce using our Postgres databases...

CobusT commented 2 years ago

Closing this. Please let us know if this is still an issue.