Fixed wrong casing of SQLitePlatform

This commit is contained in:
Jan Böhmer 2024-06-09 23:36:00 +02:00
parent 777bfed813
commit 7d9be5ae76
6 changed files with 9 additions and 12 deletions

View file

@ -27,7 +27,6 @@ use Composer\CaBundle\CaBundle;
use Doctrine\DBAL\Driver;
use Doctrine\DBAL\Driver\Connection;
use Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware;
use Doctrine\DBAL\Platforms\AbstractMySQLPlatform;
/**
* This middleware sets SSL options for MySQL connections

View file

@ -26,7 +26,6 @@ namespace App\Doctrine\Middleware;
use App\Exceptions\InvalidRegexException;
use Doctrine\DBAL\Driver\Connection;
use Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware;
use Doctrine\DBAL\Platforms\SqlitePlatform;
/**
* This middleware is used to add the regexp operator to the SQLite platform.

View file

@ -24,7 +24,6 @@ namespace App\Doctrine\Middleware;
use Doctrine\DBAL\Driver\Connection;
use Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware;
use Doctrine\DBAL\Platforms\AbstractMySQLPlatform;
/**
* This command sets the initial command parameter for MySQL connections, so we can set the SQL mode