Skip to content

Releases: MaplePHP/Query

v2.0.2

18 Aug 12:27
Compare
Choose a tag to compare

Fixed index bug in the SQLite handler.

v2.0.1

18 Aug 10:43
Compare
Choose a tag to compare
  • 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

06 Jun 13:03
Compare
Choose a tag to compare

Added support for multiple and MySQL and SQLite databases.

v1.1.2

09 Mar 18:05
Compare
Choose a tag to compare

Added MySQL port as an argument option in the constructor.

v1.1.1

13 Dec 19:30
Compare
Choose a tag to compare

Minor bug fixes.

v1.1.0

12 Dec 13:39
Compare
Choose a tag to compare

Added minor functionality and improvements.

v1.0.4

08 Dec 12:33
Compare
Choose a tag to compare

Minor patch

v1.0.3

07 Dec 13:46
Compare
Choose a tag to compare

Data attribute fix

v1.0.2

05 Dec 21:22
Compare
Choose a tag to compare

Moved Transaction back to db class.

v1.0.1

29 Nov 16:30
Compare
Choose a tag to compare

Added validation to the set table prefix method.