Skip to content

Releases: GrowPlugins/classic_php

V0.2.2

30 Dec 18:18
Compare
Choose a tag to compare
  • Fix MYSQLPDO_Read::select_query() so that queries with PDO placeholders that don't result in any values being replaced with placeholders can still be executed.
  • Fix MYSQLPDO_Manage::drop_table_query(), so the query actually gets executed.
  • Other bug fixes.
  • Improvements to internal documentation/docblocks.

V0.2.1

22 Dec 21:10
Compare
Choose a tag to compare
  • Change MYSQLPDO_Write::insert_into_query() to use a column and values list, instead of a set clause, to insert new records into the database.

v0.2.0

09 Dec 18:26
Compare
Choose a tag to compare
  • Changes MySQL_PDO class methods to allow reading, writing, and managing the database directly through those methods.
  • Adds ErrorHandling class methods from branch 0.1.3.
  • Adds Test class for debugging purposes from branch 0.1.3

V0.1.3a1

23 Oct 15:14
Compare
Choose a tag to compare
V0.1.3a1 Pre-release
Pre-release

Adds debugging functionality and improved error handling.