- Small quick fix on espaceIdentifier whichi misses a type

This commit is contained in:
Dave M. 2023-10-31 14:17:56 +00:00
parent f77c93ad20
commit da5d203768
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class SQLite implements AdapterInterface, MigrateInterface, SqlAdapterInterface
public function escapeIdentifier(string $segment, int $type) : string
{
switch($type) {
default:
case static::IDENTIFIER_DATABASE:
case static::IDENTIFIER_TABLE:
case static::IDENTIFIER_FIELD: