Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cakephp/orm

Tags

5.2.9

Toggle 5.2.9's commit message
Merge pull request #18925 from kolorafa/selectquery-all-typehing-fix

Update SelectQuery return typehints to match updated ResultSetInterface

5.2.8

Toggle 5.2.8's commit message
Fix up eager loading. (#18883)

* Fix up eager loading.
* Fix CS

5.2.7

Toggle 5.2.7's commit message
Fix PHP 8.5 deprecations: replace SplObjectStorage::contains() and re…

…move ReflectionProperty::setAccessible() (#18831)

* Fix PHP 8.5 deprecations: replace SplObjectStorage::contains() and remove ReflectionProperty::setAccessible()

* Update Debugger.php

* Update ci.yml

* Temporarily ignore PHP version constraint for 8.5

* Remove curl_close() call as it has no effect in PHP 8.0+

* Replace DATE_RFC7231

* Define DATE_RFC7231

* Define DATE_RFC7231

* Define DATE_RFC7231

* CAKE_DATE_RFC7231

* CAKE_DATE_RFC7231

* CAKE_DATE_RFC7231

* CAKE_DATE_RFC7231

* CAKE_DATE_RFC7231

* fix the he split packages phpstan failure

* fix the split packages phpstan failure

* Undo

---------

Co-authored-by: Arshid <[email protected]>
Co-authored-by: ADmad <[email protected]>

5.2.6

Toggle 5.2.6's commit message
Fix some spelling and broken code snippets. (#18791)

4.6.2

Toggle 4.6.2's commit message
Backport #18763 to 4.x - Fixes InvalidArgumentException (#18778)

* Fixes InvalidArgumentException (#16362) (#18763)

* Fixes InvalidArgumentException when joining and containing the same table in a loadInto call
* Fix phpcs Errors
* Add assertions on article and author in TableTest::testloadBelongsToDoubleJoin

---------

Co-authored-by: Erik Nagelkerke <[email protected]>

* Fix finder syntax

---------

Co-authored-by: Eriknag <[email protected]>
Co-authored-by: Erik Nagelkerke <[email protected]>

5.2.5

Toggle 5.2.5's commit message
Fix problem with chained find() calls and overlapping argument names.…

… (#18717)

Fix problem with changed find() calls and overlapping argument names.

Closes #18716

5.2.4

Toggle 5.2.4's commit message
Remove redundant check.

The finder map is appropriately updated when a behavior is loaded/unloaded
making the additional check redundant.

5.2.3

Toggle 5.2.3's commit message
Small cleanups and typo fixes.

5.2.2

Toggle 5.2.2's commit message
Ensure a field's setter is not run if the value is unchanged. (#18348)

Fixes #18346

5.2.1

Toggle 5.2.1's commit message
Fixed typos and cleanup.