Elvis Pranskevichus

Results 331 comments of Elvis Pranskevichus

The reason why aarch64 was dropped is because I couldn't make CI pass with qemu in GitHub actions.

Well, this is because custom codecs weren't prepared to be _filters_, i.e. a non-NULL input value should produce a non-NULL encoding, but this is something we could allow, I suppose....

@mangecoeur Interface-wise, it would make most sense to integrate with `Connection.copy_*`. Basically, the algorithm for "copy_from_*_to_pandas" would look something like this: 1. Introspect the source relation, and to get the...

Can you reproduce this by using just `asyncpg`? Otherwise it isn't clear if this isn't a bug in `databases`.

Perhaps you're looking for this: https://magicstack.github.io/asyncpg/current/usage.html#example-automatic-json-conversion

> which means extra processing / parsing is required at the receiving end to reconvert, which could have been avoided. There is no way to avoid JSON parsing. JSON is...

Which authentication method do you use there?

Codecs are configured per-connection, so if you want them off in one case and on in another, you must use separate connections.

No. The introspection query is necessary for builtin decoders also.

Theres is: use `copy_from_table`/`copy_to_table`.