2.14.1
- many improvements for the
AbstractExecutorabstract class; - method
AbstractBackupUtility::getExecutor()now accepts the optional$Connectionargument. ThegetConnection()
method has been removed; getExecutable(),getExportExecutable()andgetImportExecutable()methods provided byAbstractExecutorhave
been renamed asgetCommand(),getExportCommand()andgetImportCommand(). This is because they never actually
returned "executables", but rather commands. This makes their name clearer. ForgetExportExecutable()and
getImportExecutable()methods backwards compatibility is ensured via the magic method_call()(with deprecation);- significant improvement for
SqlExecutor. Also, improved related tests; - the
DriverTestCaseabstract class, used in particular for old, no longer existing "Driver" classes, has been removed.
Tests involving "Executor" classes do not use this class, as they have no need for it. ThePostgresExecutorTesttest
class has also been removed, since the class it covers, by default, does not implement anything that the parent class
does not; - all PHPUnit deprecations have finally been removed;
- added
symfony/polyfill-php83. This allowed the#[Override]attribute to be added to all affected methods; - we also begin to apply the
UsesClassattribute and remove the old@usestag; - updated for
cakedc/cakephp-phpstanto^4.0(and sophpstan/phpstanto2.1.8)
What's Changed
- updated for
cakedc/cakephp-phpstanto^4.0(and so `phpstan/phpst… by @mirko-pagliai in #147 - 2.14.x develop by @mirko-pagliai in #148
- 2.14.x develop executor by @mirko-pagliai in #149
- 2.14.x develop by @mirko-pagliai in #150
- significant improvement for
SqlExecutor. Also, improved related tests by @mirko-pagliai in #151 - added
symfony/polyfill-php83. This allowed the#[Override]attrib… by @mirko-pagliai in #152 - we also begin to apply the
UsesClassattribute and remove the old `… by @mirko-pagliai in #153 - 2.14.x develop by @mirko-pagliai in #154
- fixed by @mirko-pagliai in #155
- 2.14.x develop by @mirko-pagliai in #156
- 2.14.x develop executor by @mirko-pagliai in #158
- 2.14.x develop by @mirko-pagliai in #159
Full Changelog: 2.14.0...2.14.1