circleci
Fix automatic hstore extension creation not working on Django 4.2 or newer The following change broke the auto setup: https://github.com/django/django/commit/d3e746ace This breaks because the call to `pscygop2.extras.register_hstore` is now conditional. Before, it would be called multiple times with empty OIDS, when eventually our auto registration would kick in and psycopg2 would fetch the OIDs itself.
5 of 8 new or added lines in 1 file covered. (62.5%)
1815 of 1994 relevant lines covered (91.02%)
0.91 hits per line