fix key selection logic
This commit is contained in:
parent
3e6bfa8c34
commit
7837a64950
3 changed files with 123 additions and 76 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue