django-redshift-backend
django-redshift-backend copied to clipboard
Redshift database backend for Django
Subject: Fix a bug regarding foreign key constraint creation ### Feature or Bugfix - Bugfix ### Detail - This was causing issue if a foreign key was pointing to another...
Subject: django 4.0/python 3.8 ### Problem I can not create first migration. When I looked at error logs, It seems to me that django dose not recognise django-redshift-backend. I have...
Django 4.2: April 2023 https://docs.djangoproject.com/en/dev/releases/4.2/ - update tox and github CI - update setup.cfg - update document - bump version x.Y.z for imcompatible update **Important** - Psycopg 3 support -...
"id" integer **identity(1, 1)** NOT NULL PRIMARY KEY GENERATED BY DEFAULT AS **IDENTITY** ### Problem - When running migrations using `django-redshift-backend`, columns of type AutoField have identity specified twice, resulting...
* Strip IDENTITY related suffixes auto fields are getting on Django 4.1. These suffixes are upsetting redshift. Subject: Django 4.1 support ### Feature or Bugfix - Feature ### Purpose -...
### Description - `setup.cfg` content should move into `pyproject.toml` - #77 is previous migration ### Details TBD
Python 3.11: Oct 2022 https://peps.python.org/pep-0664/ - update tox and github CI - update setup.cfg - update document - bump version x.Y.z for imcompatible update
Django 4.1: Autumn 2022 https://www.djangoproject.com/download/ - update tox and github CI - update setup.cfg - update document - bump version x.Y.z for imcompatible update
Subject: add distinct on support ### Feature or Bugfix - Feature ### Purpose - Add support for distinct on behavior ### Detail - Use ROW_NUMBER() OVER ( PARTITION BY <...
Subject: ### Feature or Bugfix - Bugfix ### Purpose - This PR marks supports_ignore_conflicts as an unsupported database feature and overrides default postgres backend function so it doesn't use the...