tag:github.com,2008:https://github.com/squirrelphp/entities/releasesRelease notes from entities2025-12-10T11:49:37Ztag:github.com,2008:Repository/182836784/v3.32025-12-10T11:50:29Zv3.3No content.iquitotag:github.com,2008:Repository/182836784/v3.22025-11-29T11:05:42Zv3.2No content.iquitotag:github.com,2008:Repository/182836784/v3.12025-09-06T07:00:03Zv3.1: Improve where handling for multi repository queries<p>Improve where handling for multi repository queries</p>
<p>Allow null as a value for table field name keys, this was a legacy
<br />restriction that has been removed everywhere else.</p>iquitotag:github.com,2008:Repository/182836784/v3.02025-03-02T16:25:41ZRemove some deprecated baggage + more readonly/final<ul>
<li>Make many classes readonly and/or final, where it is clear that it is the right choice</li>
<li>Refactor some of the internal code to use match, str_contains and other more modern ways to write code</li>
<li>Add missing test to get back to 100% code coverage</li>
<li>Generate classes with readonly and final where possible</li>
<li>Remove PopulatePropertiesWithIterableTrait, as constructor property promotion and named arguments should be used instead</li>
<li>Wrong type coercions now throw exceptions instead of deprecation notices</li>
</ul>iquitotag:github.com,2008:Repository/182836784/v2.02024-09-29T20:11:03ZNew dependency basis<p>Now based on squirrelphp/queries v2.0 and squirrelphp/connection, so Doctrine DBAL has been removed.</p>iquitotag:github.com,2008:Repository/182836784/v1.1.32023-12-01T08:58:18ZAllow Symfony 7<p>Otherwise no changes.</p>iquitotag:github.com,2008:Repository/182836784/v1.1.22022-12-16T08:56:12ZUpgrade types dependency<p>Use new stable version.</p>iquitotag:github.com,2008:Repository/182836784/v1.1.12022-06-21T08:31:13Zv1.1.1: More verbose deprecation messages<p>More verbose deprecation messages</p>
<p>Makes it easier to pinpoint the origin/cause of the
<br />deprecation.</p>iquitotag:github.com,2008:Repository/182836784/v1.12022-06-11T10:53:13ZAdd better coercion with deprecations<p>Emit a deprecation notice if a suspect value is being coerced for a known type. This will be escalated to an exception in v2.</p>iquitotag:github.com,2008:Repository/182836784/v1.0.42022-05-04T15:00:10ZSupport expressions in group part<p>When using multi table queries the group by part did not support expressions until now, only known field names. This adds support for arbitrary expressions.</p>iquito