Changelog History
Page 2
-
v2.3.0 Changes
May 06, 2018๐ This release adds one "off-interface" method,
AbstractTable::getIdentityMap(),
๐ to support retrieval of initial values on rows.๐ It also fixes a bug where a relationship definition could use the same name more
than once, silently overwriting the previous definition.๐ Finally, it includes updated documentation and tests.
-
v2.2.0 Changes
March 19, 2018๐ This release adds two "off-interface" events,
TableEvents::modifySelect()and
MapperEvents::modifySelect(), to allow modification of theTableSelectand
MapperSelectquery objects.These events are added only to the implementation classes, and not the
interfaces, to make the functionality available without introducing a BC break.
A future major revision may incorporate them into the relevant interfaces.๐ It also fixes the bug noted at #86
โก๏ธ where existing connections are not updated to the current transaction state.