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 aba3d01 commit e986791Copy full SHA for e986791
datafusion-postgres/src/handlers.rs
@@ -287,7 +287,6 @@ impl SimpleQueryHandler for DfSessionService {
287
'stmt: for statement in statements {
288
// TODO: improve statement check by using statement directly
289
let query = statement.to_string();
290
- dbg!(&query);
291
let query_lower = query.to_lowercase().trim().to_string();
292
293
// Check permissions for the query (skip for SET, transaction, and SHOW statements)
0 commit comments