Skip to content

Releases: activecollab/databaseconnection

3.0.0

23 Jun 17:03
9824e8d
Compare
Choose a tag to compare

Added more helper methods: table truncating, user creation, permission granting to the user etc

2.1.1

08 Feb 08:19
Compare
Choose a tag to compare

Add executeFromFile().

2.1.0

27 Nov 08:13
Compare
Choose a tag to compare

Added select from arguments methods

2.0.2

19 Aug 09:43
Compare
Choose a tag to compare

Extract port from MySQLi host and set it as MySQLi constructor argument

2.0.1

21 Jun 10:36
Compare
Choose a tag to compare

Handle MySQL has gone away error

2.0.0

07 May 18:33
Compare
Choose a tag to compare

Version 2.0.0 is the first major update to the library since we released it. It includes 6 months of various small and big improvements.

1.1.1

04 Oct 09:33
Compare
Choose a tag to compare
DatabaseConnection interface introduced

1.1.0

15 Sep 20:37
Compare
Choose a tag to compare
  • PSR-2 code style
  • Added support for (nested) transactions
  • Added \ActiveCollab\DatabaseConnection\Connection::insert(), \ActiveCollab\DatabaseConnection\Connection::update() and \ActiveCollab\DatabaseConnection\Connection::delete() methods
  • Constructor arguments can be specified when hydrating objects from rows

1.0.2

15 Sep 20:32
Compare
Choose a tag to compare
Test agains PHP5.4

1.0.1

13 Aug 06:43
Compare
Choose a tag to compare
Added last insert ID and affected rows calls