Releases: noahheck/E_PDOStatement
Releases · noahheck/E_PDOStatement
Replacement parameters without leading colons
Updated to allow replacement of markers without requiring the leading : on the bound parameter. PHP language allows this, so it was important to get the plug in to provide the same functionality.
v1.1.2: Update replacement match
Address potential bug for similarly named query parameters:
:LOGID and :LOG - :LOG value would replace :LOG in the :LOGID parameter if :LOGID appears first in query
Updated inline code comments
Updated inline code comments to reflect extension enhancements.
Feature enhancement
This update allows named key => value pairs to be submitted when interpolating/executing and a proper fullQuery to still be generated.
Initial Release
v1.0 Update README.md