fix key selection logic

This commit is contained in:
TotallyNot 2022-09-19 03:22:38 +02:00
parent 3e6bfa8c34
commit 7837a64950
3 changed files with 123 additions and 76 deletions

View file

@ -81,9 +81,8 @@ where
#[cfg(all(test, feature = "postgres"))]
mod test {
use std::sync::{Arc, Once};
use std::sync::Once;
use sqlx::Row;
use tokio::test;
use super::*;