File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -326,16 +326,21 @@ private function getDriver(): string
326326 $ this ->driver = 'mysql ' ;
327327 break ;
328328 case $ driver instanceof \Doctrine \DBAL \Driver \PDOSqlite \Driver:
329+ case $ driver instanceof \Doctrine \DBAL \Driver \PDO \SQLite \Driver:
329330 $ this ->driver = 'sqlite ' ;
330331 break ;
331332 case $ driver instanceof \Doctrine \DBAL \Driver \PDOPgSql \Driver:
333+ case $ driver instanceof \Doctrine \DBAL \Driver \PDO \PgSQL \Driver:
332334 $ this ->driver = 'pgsql ' ;
333335 break ;
334336 case $ driver instanceof \Doctrine \DBAL \Driver \OCI8 \Driver:
335337 case $ driver instanceof \Doctrine \DBAL \Driver \PDOOracle \Driver:
338+ case $ driver instanceof \Doctrine \DBAL \Driver \PDO \OCI \Driver:
336339 $ this ->driver = 'oci ' ;
337340 break ;
338341 case $ driver instanceof \Doctrine \DBAL \Driver \SQLSrv \Driver:
342+ case $ driver instanceof \Doctrine \DBAL \Driver \PDOSqlsrv \Driver:
343+ case $ driver instanceof \Doctrine \DBAL \Driver \PDO \SQLSrv \Driver:
339344 $ this ->driver = 'sqlsrv ' ;
340345 break ;
341346 default :
You can’t perform that action at this time.
0 commit comments