Skip to content

Releases: waza-ari/monolog-mysql

Support skipping database modifications

28 Nov 13:51
Compare
Choose a tag to compare

Introduces new optional constructor parameter $skipDatabaseModifications which defines whether we should skip any attempts to modify the existing database state (includes creating the table and adding / dropping fields based on data passed to constructor). Defaults to false.
Explained in #42

Also contains minor code formatting fixes & composer requirements.

Bug fixes

14 Apr 17:16
a043ec8
Compare
Choose a tag to compare

Merge pull request #1 from kovenant/kovenant-patch-1

Added primary key and some bug fixes

13 Feb 17:26
Compare
Choose a tag to compare
Merge pull request #18 from kermorgant/kermorgant-patch-1

id column handling (avoid removal)

PDO Inheritance support

12 Jul 22:26
Compare
Choose a tag to compare
Merge pull request #5 from stefandoorn/master

Allow $pdo to be nullable, to be able to extend class yourself + adjust VARCHAR into TEXT

PDO Compatibility and Bug Fixes

16 Feb 23:00
Compare
Choose a tag to compare

Closes #2, where the wrong fields where removed from the database table.