django-redshift-backend icon indicating copy to clipboard operation
django-redshift-backend copied to clipboard

Redshift database backend for Django

Results 25 django-redshift-backend issues
Sort by recently updated
recently updated
newest added

Subject: ProgrammingError when adding to ManyToManyField ### Problem - Attempting to add to a many to many relationship results on a not supported query on Redshift (ON CONFLICT) #### Procedure...

Redshift backend cannot provide the following features 1. Add, modify, or delete PRIMARY KEY columns 2. Add, modify, or delete UNIQUE columns 3. Add, modify, or delete REFERENCES (foreign key)...

question

### Feature or Bugfix - CI / setting bugfix ### Purpose - Disabling bellow error on https://github.com/jazzband/django-redshift-backend/pull/84 ![image](https://user-images.githubusercontent.com/151623/137574080-e2e9d0d2-bcae-4ed1-baab-9437955bc073.png) ### Detail - https://pre-commit.ci/ ### Relates - nothing

Subject: Wondering if this package supports SSL connections to Redshift ### Problem - Wondering if this package supports ssl connections for a Redshift cluster ### Sample This is done with...

help wanted

Since like Redshift does have support for Json fields, but I am unclear if django-redshift will translate the new JsonField to that.

help wanted

PostgreSQL driver use server side cursor by default since django-1.11. https://docs.djangoproject.com/en/1.11/ref/databases/#server-side-cursors Should we set `DISABLE_SERVER_SIDE_CURSORS = True` ?

Subject: Set `query_group` for [WLM](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-implementing-workload-management.html) ### Feature or Bugfix - Feature - ~~Bugfix~~ ### Purpose - Set [`query_group`](https://docs.aws.amazon.com/redshift/latest/dg/r_query_group.html) when create connection ### Detail - Run `SET query_group TO ` ###...

- #143 Tasks - [x] update tox and github CI - [x] update pyproject.toml - [x] update document - [x] Test with Postgres - [ ] Test with Reshift -...

Django 5.0 - update tox and github CI - update pyproject.toml - update document - bump version x.Y.z for compatible update

Python 3.13: Oct 2024 https://peps.python.org/pep-0719/ - update tox and github CI - update setup.cfg - update document - bump version x.Y.z for compatible update