Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non alpha sort #323

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Non alpha sort #323

wants to merge 3 commits into from

Conversation

fogelito
Copy link
Contributor

No description provided.

# Conflicts:
#	src/Database/Adapter/MariaDB.php
#	tests/e2e/Adapter/Base.php
@@ -31,7 +31,7 @@ public function create(string $name): bool
return true;
}

$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?

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.

2 participants