Skip to content

gh-69093: sqlite3 blob doc amendments - #91561

Merged
JelleZijlstra merged 5 commits into
python:mainfrom
erlend-aasland:sqlite-blob-improve-docs
Apr 16, 2022
Merged

gh-69093: sqlite3 blob doc amendments#91561
JelleZijlstra merged 5 commits into
python:mainfrom
erlend-aasland:sqlite-blob-improve-docs

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Apr 15, 2022

Copy link
Copy Markdown
Contributor
  • document that you cannot open a blob handle in a WITHOUT ROWID table
  • document the blobopen() positional arguments in the same order as they
    appear
  • relocate sqlite3.Blob class section

- document that you cannot open a blob handle in a WITHOUT ROWID table
- document the blobopen() positional arguments in the same order as they
appear

@dholthdholth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pr is more clear, thanks

Also integer primary key: https://www.sqlite.org/rowidtable.html

Comment threadDoc/library/sqlite3.rst Outdated
@JelleZijlstra
JelleZijlstra merged commit 95573ad into python:mainApr 16, 2022
@erlend-aasland
erlend-aasland deleted the sqlite-blob-improve-docs branch April 16, 2022 17:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@erlend-aasland@dholth@JelleZijlstra@bedevere-bot