What's Changed
- Update
where()
andorderBy()
behavior in the JTI case. It possible to pass parent field name. By @roxblnfk (#405) Select::wherePK()
is now more strict. Use entity field name instead of table columns.- Fix method naming:
AbstractLoader::loadIerarchy()
deprecated and renamed to::loadHierarchy()
. - Class
\Cycle\ORM\Parser\Typecast
is now not internal by @thenotsoft (#395) - Update test case generator script. Now it possible to set case name like "Issue777" and a template folder that
different from the defaultCaseTemplate
by @gam6itko (#389)
Full Changelog: v2.2.2...v2.3.0