Releases: stratedge/wye
Releases · stratedge/wye
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
Added
- Mock for the
PDOStatement::bindValue()
method - Inspect parameter, value, and data type bindings on executed statements
- CHANGELOG.md
Changed
- Move documentation from README.md to Github wiki - https://github.com/stratedge/wye/wiki
- Remove the
params
property fromStratedge\Wye\PDO\PDOStatement
- Remove
params
method fromStratedge\Wye\PDO\PDOStatement
- Remove
getParams
method fromStratedge\Wye\PDO\PDOStatement
- Remove
setParams
method fromStratedge\Wye\PDO\PDOStatement
v0.2.0
v0.1.0
Added
- Register results to return when queries are run
- Retrieve information about each query that is run
- Fetch results with
PDO::FETCH_ASSOC
,PDO::FETCH_BOTH
,PDO::FETCH_CLASS
,
andPDO::FETCH_OBJ
formatting - Record transactions
- Record query quoting
- Reset the record of queries that have been run
- Mock for the
PDOStatement::execute()
method - Mock for the
PDOStatement::fetch()
method - Mock for the
PDOStatement::fetchAll()
method - Mock for the
PDOStatement::fetchObject()
method - Mock for the
PDOStatement::setFetchMode()
method - Mock for the
PDO::beginTransaction()
method - Mock for the
PDO::lastInsertId()
method - Mock for the
PDO::prepare()
method - Mock for the
PDO::quote()
method