Skip to content

2.5.0

Compare
Choose a tag to compare
@pmjones pmjones released this 02 Jun 06:35
· 74 commits to 2.x since this release
  • Docblock and README updates
  • The Common\Select class, when binding values from a subselect, now checks for
    instanceof SubselectInterface instead of self; the Select class now
    implements SubselectInterface, so this should not be a BC break.
  • Subselects bound as where/having/etc conditions should now retain ?-bound
    params.