Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

MultiDatabasePDO v1.0.8

Latest
Compare
Choose a tag to compare
@WulfGamesYT WulfGamesYT released this 30 Mar 15:46
· 6 commits to master since this release
cf48a6e

Changes to this version:

  • Fixed limitTo() making results array empty if limit is greater than results array size.
  • MultiDatabasePDO now checks to see if your connection driver is supported by PDO when connecting.
  • MultiDatabasePDO now efficiently and correctly checks for errors when connecting.
  • General improvements to code.
  • Fixed the bug where some classes and namespaces were not escaped to the global scope.