Skip to content

Commit 757abd7

Browse files
committed
feat: pgwire 0.33 api change for #198
1 parent e4f62ab commit 757abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-postgres/src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ impl ExtendedQueryHandler for DfSessionService {
686686
}
687687
}
688688

689-
async fn map_rows_affected_for_insert<'a>(df: &DataFrame) -> PgWireResult<Response<'a>> {
689+
async fn map_rows_affected_for_insert(df: &DataFrame) -> PgWireResult<Response> {
690690
// For INSERT queries, we need to execute the query to get the row count
691691
// and return an Execution response with the proper tag
692692
let result = df

0 commit comments

Comments
 (0)