Skip to content

Releases: Finesse/MicroDB

0.2.3

18 Mar 07:50
d7523ae

Choose a tag to compare

  • Bound values names are displayed in the PDOException error message (except a case when none of the values is named).

0.2.2

24 Nov 12:01

Choose a tag to compare

  • The ATTR_STRINGIFY_FETCHES option of a given PDO object is not overridden. It has the default value if a Connection instance is created using the create method.
  • Added the statements method for executing multiple statements in a single SQL query.
  • Added the import statement for executing statements from a SQL file.

0.2.1

04 Nov 03:05

Choose a tag to compare

Fixed:

  • PDOException fails to be created with some bound values

0.2.0

04 Nov 03:19

Choose a tag to compare

  • The DB class is renamed to Connection
  • PDOException instance contains information about the query which caused the error