Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit efa6fba

Browse files
[fix] postgres affected row add
1 parent 9485c71 commit efa6fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/drivers/postgres/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class Client {
104104
resultRows = resultRows.slice(0, maxRows);
105105
}
106106

107-
return { rows: resultRows, incomplete };
107+
return { rows: resultRows, incomplete, affectedRows: result.rowCount };
108108
}
109109
}
110110

0 commit comments

Comments
 (0)