tideways/dbal-sqlparserutils-replacement

Installs: 2 236

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/tideways/dbal-sqlparserutils-replacement

v1.0.1 2022-09-27 13:18 UTC

This package is auto-updated.

Last update: 2025-09-27 19:58:20 UTC


README

Replaces doctrine/dbal 2.x SQLParserUtils by "preloading" it via Composer "files" autoloading. This solves the performance issues of the old implementation when no migration to Doctrine DBAL 3.4+ is possible in the short term.

$ composer require tideways/dbal-sqlparserutils-replacement

Nothing more needs to be done, unless you do not use MySQL then you must set early in bootstrap:

\Doctrine\DBAL\SQLParserUtils::$isMySQL = false;