We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7410b1 commit 37616d1Copy full SHA for 37616d1
tools/update-tester/src/testrunner.rs
@@ -257,7 +257,7 @@ impl TestClient {
257
.simple_query(&drop)
258
.unwrap_or_else(|e| panic!("could not drop db {} due to {}", test_db_name, e));
259
let create = format!(
260
- r#"CREATE DATABASE "{}" LC_COLLATE 'C' LC_CTYPE 'C'"#,
+ r#"CREATE DATABASE "{}" LC_COLLATE 'C.UTF-8' LC_CTYPE 'C.UTF-8'"#,
261
test_db_name
262
);
263
db_creation_client
0 commit comments