Elvis Pranskevichus

Results 441 comments of Elvis Pranskevichus

It's probably worth looking into possibly adding a simpler variant of the introspection query for implementations that lack recursive CTE support.

I think we should just stop using the cloud emoji. Unicode width in terminal is still widely broken pretty much everywhere.

asyncpg normally relies on duck typing when accepting inputs, e.g if an argument is an integer, asyncpg will happily accept an object that implements `__int__()`, which is in line with...

Hmm. AFAICS OIDs are coded correctly as unisgned int32's, can you post the entire traceback for the error you're getting please?

Do you have the actual query post-interpolation? I think SQLAlchemy is probably injecting the wrong cast.

It's hard to diagnose what's going on here, but the error suggests that you're somehow using the same connection _concurrently_, which is not supported.

Using "constructors" would only work if we turn `std.str` into a generic callable and not an actual class (for type-checking purposes). This will likely be at least somewhat gnarly.

FWIW, I got things building without kicking `mistral_common` out.

@idevelop any chance for a traceback or coredump?