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.
2 parents 449e031 + 5970752 commit a4bc674Copy full SHA for a4bc674
src/lib.rs
@@ -68,7 +68,7 @@ where
68
}
69
70
fn is_valid(&self, client: &mut Client) -> Result<(), Error> {
71
- client.simple_query("").map(|_| ())
+ client.simple_query("SELECT 1;").map(|_| ())
72
73
74
fn has_broken(&self, client: &mut Client) -> bool {
0 commit comments