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.
rowid
1 parent b973841 commit 74fbf67Copy full SHA for 74fbf67
Doc/library/sqlite3.rst
@@ -631,8 +631,8 @@ Connection objects
631
:param str column:
632
The name of the column where the blob is located.
633
634
- :param int row:
635
- The index of the row where the blob is located.
+ :param int rowid:
+ The rowid of the row where the blob is located.
636
637
:param bool readonly:
638
Set to ``True`` if the blob should be opened without write
0 commit comments