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 66c4d61 commit a37e30eCopy full SHA for a37e30e
datafusion-postgres/src/handlers.rs
@@ -784,7 +784,7 @@ impl QueryParser for Parser {
784
785
// Check for transaction commands that shouldn't be parsed by DataFusion
786
if let Some(plan) = self
787
- .try_shortcut_parse_plan(&sql)
+ .try_shortcut_parse_plan(sql)
788
.map_err(|e| PgWireError::ApiError(Box::new(e)))?
789
{
790
return Ok((sql.to_string(), plan));
0 commit comments