ad hoc

Results 110 comments of ad hoc

Same here for me. I think github is detecting some non-existing conflicts in the pr and refuses to merge them, even though the PR is actually merged. This is very...

I think the cost of re-opening a connection is completely absorbed by network latencies, but we'd need to measure that. There are other levers to improve connection creation latency on...

Issue with lazily closing is that if we return a baton, then it is assumed that it can be used withing the limits. Long lasting connections should be the exception,...

hey @billythedummy, currently this option is not exposed in turso. But there is a workaround. Say you have a main table `CREATE TABLE emails (addr)` to which you want to...

Not a panic, we need to make hrana categorize this error as a bad request

hey! What the status of this?

Add whatever you can think of to the list

Hello! Any breakthrough on this issue? Not being able to have non-static generic methods is a very stong design constraint. I would like to help, if you can guide me...

No they aren't, for example, this is not supported by the parser, but should: `SELECT * FROM foo LEFT NATURAL JOIN bar`