This repository was archived by the owner on Apr 6, 2019. It is now read-only.
Releases: WulfGamesYT/MultiDatabasePDO
Releases · WulfGamesYT/MultiDatabasePDO
MultiDatabasePDO v1.0.8
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
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
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()
andgetNextRow()
. - Tidied up the code to remove unused variables.
MultiDatabasePDO v1.0.5
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
First stable release, however; I'd suggest using a more up to date version!
MultiDatabasePDO v1.0.2
Also unstable, use at your own risk!
MultiDatabasePDO v1.0.1
This is also unstable, use at your own risk!
MultiDatabasePDO v1.0.0
This is an unstable version, use at your own risk!