All Versions
11
Latest Version
Avg Release Cycle
97 days
Latest Release
1420 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.0 Changes
March 19, 2018๐ This release adds two "off-interface" events,
TableEvents::modifySelect()
and
MapperEvents::modifySelect()
, to allow modification of theTableSelect
and
MapperSelect
query 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.