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 cdd6fe4 commit 3b79516Copy full SHA for 3b79516
tests/odbc/types.rs
@@ -81,7 +81,7 @@ test_type!(f32(
81
test_type!(f64(
82
Odbc,
83
"123456.75" == 123456.75_f64,
84
- "3.141592653589793" == 3.141592653589793_f64,
+ "16777217.0" == 16777217.0_f64,
85
"0.0" == 0.0_f64,
86
"-1.25" == -1.25_f64
87
));
0 commit comments