Releases: courtney-miles/schnoop
Releases · courtney-miles/schnoop
Version 0.4.2
Expand support for PHP 8.2 and 8.3
Version 0.4.1
Fixes faults int he DatabaseFactory
and ForeignKeyFactory
in regards to handling upper-case property values for the raw definitions.
Version 0.4.0
- Add compatibility with MySQL 8.0
- Drops support for PHP 7.2 and 7.3
Version 0.3.2
Add support for PHP 8.0 and 8.1
Version 0.3.1
Add support for PHP 7.4, drop support for PHP 7.1 and older
PHP requirement is now version 7.2 to 7.4.
Support for PHP 5.6 to 7.1 has been dropped.
There are no interface changes in this version.
Expand PHP compatibility to version 7.2
PHP compatibility has been expanded to include the following versions:
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
There has otherwise been no interface changes with this release.
Do not include views in the returned list of tables
MilesAsylum\Schnoop\Inspector\MySQLInspector::fetchTableList()
will no longer include views.
Update schnoop-schema to version 0.1.1
Update schnoop-schema to version 0.1.1.
Added getter for PDO connection
Added Schnoop::getPDO()
to provide the PDO connection used to schnoop the database.