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

Releases: WulfGamesYT/MultiDatabasePDO

MultiDatabasePDO v1.0.8

30 Mar 15:46
cf48a6e
Compare
Choose a tag to compare

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.

MultiDatabasePDO v1.0.7

30 Mar 13:03
bc68888
Compare
Choose a tag to compare

Changes to this version:

  • Fixed a massive bug that stops queries from happening.
  • Added the new MDGUID Generator function.
  • Performance improvements all round.

MultiDatabasePDO v1.0.6

13 Mar 21:21
8d2b567
Compare
Choose a tag to compare

Changes to this version:

  • Row info (what row the database was fetched from, and the amount of columns there are) is now returned with the key 'MultiDatabasePDO-RowInfo' in each item via execute() and getNextRow().
  • Tidied up the code to remove unused variables.

MultiDatabasePDO v1.0.5

13 Mar 14:57
0c356f3
Compare
Choose a tag to compare

Changes to this version:

  • Used namespaces, the namespace is: 'WulfGamesYT\MultiDatabasePDO'.
  • Added seperate PHP file for the MultiDatabasePDOStatement class.
  • Removed the silly 'previous-versions' folder, all previous versions will be available on the releases page.

MultiDatabasePDO v1.0.3

13 Mar 14:28
f8a2996
Compare
Choose a tag to compare

First stable release, however; I'd suggest using a more up to date version!

MultiDatabasePDO v1.0.2

13 Mar 14:27
f8a2996
Compare
Choose a tag to compare
Pre-release

Also unstable, use at your own risk!

MultiDatabasePDO v1.0.1

13 Mar 14:24
f8a2996
Compare
Choose a tag to compare
Pre-release

This is also unstable, use at your own risk!

MultiDatabasePDO v1.0.0

13 Mar 14:22
f8a2996
Compare
Choose a tag to compare
Pre-release

This is an unstable version, use at your own risk!