-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Merge sqlite3.Row (reference) example with the Row How-to Guide #96121
Labels
Comments
OTOH, the resulting example is very short. It may be better to merge the examples into the reference example and ditch the how-to. |
Related: a future improvement may be to create a "how to use row factories" how to. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 22, 2022
…pythonGH-96122) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit 18b1782) Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 22, 2022
…pythonGH-96122) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit 18b1782) Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no>
erlend-aasland
pushed a commit
that referenced
this issue
Aug 22, 2022
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
added a commit
that referenced
this issue
Aug 22, 2022
miss-islington
added a commit
that referenced
this issue
Aug 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the sqlite3 docs, there are two examples on how to use the
sqlite3.Row
row factory:Suggesting to improve matters by merging 1. into 2.
That will clean up the reference, and make the how-to more complete.
Footnotes
Yes, it is somewhat clumsy named; we should consider improving that also. ↩
The text was updated successfully, but these errors were encountered: