Skip to content

Commit

Permalink
deactivate chinese text test for maria db
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Sep 10, 2023
1 parent e7a6e05 commit 328d3f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion odbc-api/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3715,7 +3715,9 @@ fn execute_select_insert_select(profile: &Profile) {
// #[test_case(MSSQL; "Microsoft SQL Server")] Without changing server configuration VARCHAR(50)
// does not seem to store things in UTF-8, but rather use an ASCII encoding which can not represent
// the chinese characters.
#[test_case(MARIADB; "Maria DB")]
// Window hosted MARIA DB seems to also have trouble storying utf-8 in a varchar(50). Runs fine
// though with windows client and linux server
// #[test_case(MARIADB; "Maria DB")]
#[test_case(SQLITE_3; "SQLite 3")]
#[test_case(POSTGRES; "PostgreSQL")]
fn chinese_text_argument(profile: &Profile) {
Expand Down

0 comments on commit 328d3f4

Please sign in to comment.