You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#52717 [Cache] Get TRUNCATE statement from platform (derrabus)
This PR was merged into the 6.4 branch.
Discussion
----------
[Cache] Get TRUNCATE statement from platform
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
The DBAL platform knows how to build a `TRUNCATE` query and which databases support it. Let's leverage that functionality.
Commits
-------
7cac14d [Cache] Get TRUNCATE statement from platform
0 commit comments