netzkolchose / django-fast-update

Faster db updates using UPDATE FROM VALUES sql variants.
MIT License
20 stars 2 forks source link

copy_update compat with psycopg3 #16

Open jerch opened 1 year ago

jerch commented 1 year ago

Big chance - 4.2 brings psycopg 3 support, which makes things alot easier and alot faster in the copy_update path. Downside - a partial reimplementation is needed to get things working.