-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document sqlite3.PrepareProtocol #94321
Labels
Comments
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 6, 2022
Repository owner
moved this from In Progress
to Done
in sqlite3 issues
Jul 7, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 7, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 7, 2022
(cherry picked from commit fb6dcca) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 7, 2022
…). (cherry picked from commit fb6dcca) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington
added a commit
that referenced
this issue
Jul 7, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 7, 2022
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This class is not documented, as mentioned by CAM in #93095 (comment).
Quick'n dirty description:
The sqlite3 module implements all or parts of the rejected PEP-246[^1].
PrepareProtocol
serves a kind of an identifier for the__conform__
method. It also serves to form the keys of thesqlite3.adapters
dict in the form of(class, PrepareProtocol)
tuples.[^1] I didn't read the PEP, so I don't know how well sqlite3 aligns with the PEP
The text was updated successfully, but these errors were encountered: