Skip to content

Releases: bauhausphp/dbasserture

Upgrade to PHP 8

15 Jan 13:46
ef3fc44

Choose a tag to compare

Upgrade to PHP 8 (#40)

* Upgrade to PHP 8 and run composer update

* Catch PDO exceptions properly (change in PHP8)

Rename mthod

09 Sep 20:17
e623293

Choose a tag to compare

v1.5.1

Rename method (#30)

Easier to call "many" methods

09 Sep 20:04
8b579ee

Choose a tag to compare

v1.5.0

Calling many is now easier (#29)

Improved exception messages and internal refactoring

09 Sep 19:26
489912e

Choose a tag to compare

Next version (#28)

* Rename class

* Improve exception messages

* Drop support of USE when a database is provided together with table

* Do not use deprecated PHPUnit at for expectation

* Remove unneed use statement

Fix returning null value as string

06 Sep 20:56

Choose a tag to compare

v1.3.1

Fix returning null value as string

Support to select and fix assertion

06 Sep 19:56
8d1602e

Choose a tag to compare

Create select features (solves #24) (#27)

* Create select features (solves #24)

* Fix assertion #23

* Update README

* Remove deprecated code

* Add nice assertion diff

Support "database.table" query format

06 Aug 11:40
bfd5d46

Choose a tag to compare

Now it is possible to use $dbAsserture->cleanTable('db.table').

Support to Mysql, Postgres and Sqlite

22 Jun 14:55
e665e98

Choose a tag to compare

Support different db (#13)

* Introduce to QueryBuilders

* Refactor to make it work with QueryBuilder

* Exclude integration with PDO out of coverage analysis

* Remove deprecated method

* Add Sqlite integration test

* Add missing test

* Update README