Releases: MaplePHP/Query
Releases · MaplePHP/Query
v2.0.2
Fixed index bug in the SQLite handler.
v2.0.1
- Fixed a bug related to selecting a database from multiple options.
- Added support for PostgreSQL.
- Introduced interfaces for connection and result handlers, maintaining consistent method names with the
mysqli
class.
v2.0.0
Added support for multiple and MySQL and SQLite databases.
v1.1.2
Added MySQL port as an argument option in the constructor.
v1.1.0
Added minor functionality and improvements.
v1.0.2
Moved Transaction back to db class.
v1.0.1
Added validation to the set table prefix method.