doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.68k stars 386 forks source link

Reuse the SqlFormatter instance #1436

Closed derrabus closed 3 months ago

derrabus commented 3 months ago
Q A
Type improvement
BC Break no
Fixed issues N/A

Summary

SqlFormatter has a heavy constructor that compiles a couple of regular expressions. We can achieve a little speedup by reusing the formatter instance.

derrabus commented 3 months ago

Failing PHPStan job addressed in #1437.