Garry Lawrence
Garry Lawrence
(It's been too long since I've looked at the migration optimizer code; please be patient if I'm mistaken about things.) I think that the minimal change for this might be...
I finally made time to test the minimal approach I had talked about; it produces correct output by only modifying a few operations' `.reduce()` methods, with no changes to the...
I've hacked together a version that uses 18c XE at https://github.com/InvalidInterrupt/django-docker-box/tree/oracle-xe that may be suitable for local testing. It also works around the sudo issue in the entrypint script. There...
A new utility package I added to the test dependencies seems not to advertise Python 3.7 support. I wasn't confident adding a dependency was the right call in the first...
I can make a PR to remove 3.7 support, but I'm not _exactly_ sure what other changes I should (or should not) make. I'm inclined to keep the latest change...