Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@robinsonjohn robinsonjohn released this 11 Sep 01:22
· 10 commits to master since this release
5842cda

Added

  • Added DB_DEFAULT constant.
  • Added getCurrentConnection method.
  • Added constants to be used with the query builder.
  • Added support for multiple INNER, LEFT and RIGHT joins with the query builder.

Changed

  • Renamed add method to addConnection.
  • Renamed use method to useConnection.
  • Renamed get method to getConnection.
  • Renamed getDefault method to getDefaultConnectionName.
  • Renamed getCurrent method to getCurrentConnectionName.
  • Renamed getConnections method to getConnectionNames.
  • Renamed isConnected method to connectionExists.
  • Changed namespace from Bayfront\PDO to Bayfront\SimplePdo
  • Updated documentation.

Removed

  • Removed need for php-string-helpers dependency.