Skip to content

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 7.4
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

@nicolas-grekas nicolas-grekas merged commit 2c8cbee into symfony:7.4 Aug 4, 2025
10 of 12 checks passed
@@ -93,9 +94,9 @@ private static function getSqlitePlatform(): AbstractPlatform
{
if (interface_exists(Exception::class)) {
// DBAL 4+
return new \Doctrine\DBAL\Platforms\SQLitePlatform();
return new SQLitePlatform();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we had it this way on purpose (note the different casing SQLitePlatform vs SqlitePlatform)

@nicolas-grekas nicolas-grekas deleted the cs branch August 4, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants