Propel3
Propel3 copied to clipboard
High performance data-mapper ORM with optional active-record traits for RAD and modern PHP 7.2+
See https://github.com/propelorm/Propel2/pull/1230
See https://github.com/propelorm/Propel2/pull/1279/files
These tests are currently skipped: tests/Propel/Tests/Generator/Builder/Om/GeneratedObjectM2MRelationThreePKsTest.php tests/Propel/Tests/Generator/Builder/Om/GeneratedObjectM2MRelationThreePKs2Test.php
See https://github.com/propelorm/Propel2/commit/f20146a696ba5f9684fbc27d642e431286415b15 and https://github.com/propelorm/Propel2/issues/487 We need to backport this to data-mapper.
Hello, Recently I found a problem with Django and submitted a patch in a PR: https://code.djangoproject.com/ticket/35309 https://github.com/django/django/pull/17984 I also developped a work-around for old versions of Django: https://github.com/LLyaudet/django-monkey-patches/blob/main/src/django_monkey_patches/django__orm__prefetch_without_useless_order_by.py I don't...