Skip to content

Releases: noahheck/E_PDOStatement

Replacement parameters without leading colons

12 Dec 04:42
Compare
Choose a tag to compare

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

22 Oct 22:57
Compare
Choose a tag to compare

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

19 May 04:59
Compare
Choose a tag to compare

Updated inline code comments to reflect extension enhancements.

Feature enhancement

19 May 00:21
Compare
Choose a tag to compare

This update allows named key => value pairs to be submitted when interpolating/executing and a proper fullQuery to still be generated.

Initial Release

16 May 01:32
Compare
Choose a tag to compare
v1.0

Update README.md