mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-08 09:41:17 +00:00
test(mysql): remove failing part of boolean describe test - not easily possible to fix in 0.4
This commit is contained in:
parent
18ee5d4983
commit
27c67752f3
@ -54,9 +54,6 @@ CREATE TEMPORARY TABLE with_bit_and_tinyint (
|
||||
assert!(<bool as Type<MySql>>::compatible(&d.column(1).type_info()));
|
||||
assert!(<bool as Type<MySql>>::compatible(&d.column(2).type_info()));
|
||||
|
||||
assert!(!<bool as Type<MySql>>::compatible(&d.column(3).type_info()));
|
||||
assert!(!<bool as Type<MySql>>::compatible(&d.column(4).type_info()));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user