django-postgres-copy
django-postgres-copy copied to clipboard
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
All adapted query parameters in `copy_to.py line 45` have the default encoding of `latin1`. This comes from the `psycopg2.extensions.adapt` function. This behavior leads to an implicit error if you try...
Is there a plan to add support for https://www.psycopg.org/psycopg3/docs/index.html?
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [django](https://github.com/django/django) from 4.2.15 to 4.2.16. Commits 6f9fea3 [4.2.x] Bumped version for 4.2.16 release. bf4888d [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e... d147a8e [4.2.x] Fixed...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
started looking at using pytest a bit more and came across these broken tests the existing implementation was calling the function too early, and was just asserting that trying to...
this is a bit fiddly because all the supported use-cases but all the tests pass locally with either psycopg version
Update pipenv to Python 3.12. Add support for Psycopg3.
I've tried to capture a stacktrace, but the error seems to take down my terminal. I've exported the contents of a shapefile to CSV using `GeoPandas`: ``` In [1]: from...
I've updated my older PR #156 to align with the recent psycopg changes. Where possible, I have utilized the approach taken by Django in `queryset.bulk_create()`, which supports upsert (see [docs](https://docs.djangoproject.com/en/5.2/ref/models/querysets/#bulk-create))....