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 64c63f9 commit 2d3fd2bCopy full SHA for 2d3fd2b
tests/any/odbc.rs
@@ -1,3 +1,4 @@
1
+#![allow(clippy::approx_constant)]
2
use sqlx_oldapi::any::{AnyConnection, AnyRow};
3
use sqlx_oldapi::{Connection, Executor, Row};
4
tests/odbc/types.rs
use sqlx_oldapi::odbc::Odbc;
use sqlx_test::test_type;
0 commit comments