Skip to content

Commit cdd6fe4

Browse files
committed
do not enforce string to float compatibility in odbc
1 parent ee20c89 commit cdd6fe4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/odbc/types.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@ test_type!(string_to_integer<i32>(Odbc,
247247
"'-123'" == -123_i32
248248
));
249249

250-
test_type!(string_to_float<f64>(Odbc,
251-
"'3.125'" == 3.125_f64,
252-
"'-2.75'" == -2.75_f64
253-
));
254-
255250
test_type!(string_to_bool<bool>(Odbc,
256251
"'1'" == true,
257252
"'0'" == false

0 commit comments

Comments
 (0)