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 f8ca407 commit 6365f80Copy full SHA for 6365f80
crates/pgls_completions/src/providers/columns.rs
@@ -56,8 +56,6 @@ mod tests {
56
57
use crate::test_helper::{TestCompletionsCase, TestCompletionsSuite};
58
59
- use pgls_test_utils::QueryWithCursorPosition;
60
-
61
#[sqlx::test(migrator = "pgls_test_utils::MIGRATIONS")]
62
async fn handles_nested_queries(pool: PgPool) {
63
let setup = r#"
0 commit comments