‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Database\Platform\SQLitePlatform Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Platform\SQLitePlatform:
TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockPlatform\MockSQLitePlatform

Detailed Description

doctrine/dbal 4+ removed the old doctrine event system. The new way is to extend the platform class(es) and directly override the methods instead of consuming events. Therefore, we need to extend the platform classes to provide some changes for TYPO3 database schema operations.

Note: Albeit empty, we keep it now. Future refactoring may add stuff here, for example columnEquals() modifications.

not part of Public Core API.

Definition at line 31 of file SQLitePlatform.php.