Skip to content

Conversation

@fogelito
Copy link
Contributor

No description provided.

# Conflicts:
#	src/Database/Adapter/MariaDB.php
#	tests/e2e/Adapter/Base.php
}

$sql = "CREATE DATABASE `{$name}` /*!40100 DEFAULT CHARACTER SET utf8mb4 */;";
$sql = "CREATE DATABASE IF NOT EXISTS `{$name}` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think COLLATE is different between Maria & MySQL

@fogelito
Copy link
Contributor Author

Do we want to support accents / case sensitive?

@abnegate abnegate closed this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants