Alessandro Salvatori

Results 16 comments of Alessandro Salvatori

I'd prefer something closer to Flux rather than relying on Apple's night shift - which doesn't filter out blue light at all. Sometimes it'd be useful to let a small...

I seem to be hitting this `OverflowError: date value out of range` even when within the connection pool's connection init callback I use a the very custom codec in the...

@fantix does issuing two statements back to back at the same psql prompt somewhat emulate what happens on the wire with the new executemany()? ``` test_db=> INSERT INTO "table_name" AS...

@elprans: what exactly do you mean by "store the number of affected rows"? How can that be achieved?

Hitting the same issue with introspection. I'm running asyncpg v0.22.0 against cockroach v20.2.4.

Would turning them off also avoid the introspection query that takes place when preparing a statement? That would be a big plus to me, since I often have to coerce...

Is there no way to avoid even builtin decoders and encoders so as to be able to just "shuttle" the raw data between two databases without any attempt at interpreting...

Unfortunately, the destination table is expected to already contain older versions of many of the same rows I'd be copying into it. What I need to perform are UPSERTs. For...

I've seen that recommendation before. I'll keep it in mind in the future. Thank you! I'm curious if what I was hoping for is something that is just not feasible...