Propel3 icon indicating copy to clipboard operation
Propel3 copied to clipboard

High performance data-mapper ORM with optional active-record traits for RAD and modern PHP 7.2+

Results 25 Propel3 issues
Sort by recently updated
recently updated
newest added

See https://github.com/propelorm/Propel2/pull/1230

easy pick
backport

See https://github.com/propelorm/Propel2/pull/1279/files

easy pick
backport

These tests are currently skipped: tests/Propel/Tests/Generator/Builder/Om/GeneratedObjectM2MRelationThreePKsTest.php tests/Propel/Tests/Generator/Builder/Om/GeneratedObjectM2MRelationThreePKs2Test.php

backport

See https://github.com/propelorm/Propel2/commit/f20146a696ba5f9684fbc27d642e431286415b15 and https://github.com/propelorm/Propel2/issues/487 We need to backport this to data-mapper.

backport

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...