You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/common/src/db/DBAdapter.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ export type QueryResult = {
21
21
*
22
22
* When using the default client-side [JSON-based view system](https://docs.powersync.com/architecture/client-architecture#client-side-schema-and-sqlite-database-structure),
23
23
* `rowsAffected` may be `0` for successful `UPDATE` and `DELETE` statements.
24
-
* Use a `RETURNING` clause and inspect `result.rows` when you need to confirm which rows changed.
24
+
* Use a `RETURNING` clause and inspect `rows` when you need to confirm which rows changed.
25
25
*/
26
26
rowsAffected: number;
27
27
/** if status is undefined or 0 this object will contain the query results */
0 commit comments