Skip to content

2.2.0

Compare
Choose a tag to compare
@pmjones pmjones released this 17 Jan 16:37
  • SEC: ExtendedPdo no longer enables self::ATTR_EMULATE_PREPARES by default; this is to avoid security holes when using emulation.
  • REF: Extract the statement-rebuilding logic to its own Rebuilder class
  • ADD: ExtendedPdo::fetchGroup() functionality.
  • ADD: When binding values via perform(), add the self::PARAM_* type based on the value being bound.
  • TST: Update testing structure