Releases: activecollab/databaseconnection
Releases · activecollab/databaseconnection
3.0.0
Added more helper methods: table truncating, user creation, permission granting to the user etc
2.1.1
Add executeFromFile()
.
2.1.0
Added select from arguments methods
2.0.2
Extract port from MySQLi host and set it as MySQLi constructor argument
2.0.1
2.0.0
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
DatabaseConnection interface introduced
1.1.0
- 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
Test agains PHP5.4
1.0.1
Added last insert ID and affected rows calls