Skip to content

1.0.1

Compare
Choose a tag to compare
@pmjones pmjones released this 02 Aug 15:17
· 44 commits to 1.x since this release
  • The Connection::new() and factory() methods now instantiate via the static keyword instead of the class name, making the Connection class more amenable to extension.

  • The Connection::perform() method now binds PDO::PARAM_BOOL values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. https://bugs.php.net/bug.php?id=49255.

  • Updated docs.