Skip to content

Commit bbcff41

Browse files
committed
clarified comments
1 parent 00f4b66 commit bbcff41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def execute(self, text, *multiparams, **params):
3939
elif result.lastrowid is not None:
4040
return result.lastrowid
4141

42-
# if DELETE or UPDATE, return number of rows matched
42+
# if DELETE or UPDATE (or INSERT without RETURNING), return number of rows matched
4343
else:
4444
return result.rowcount
4545

0 commit comments

Comments
 (0)