-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
sqlite3: Connection.create_collation()
documentation inaccuracies
#92780
Labels
Comments
erlend-aasland
changed the title
The documentation of sqlite3.create_collation() should say the callable gets its parameters as strings
sqlite3: May 13, 2022
Connection.create_collation()
documentation inaccuracies
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
May 13, 2022
Would you mind reviewing the proposed change, @AdrianIssott? |
erlend-aasland
added a commit
that referenced
this issue
May 18, 2022
Co-authored-by: Alex Waygood <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…honGH-92790) Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…honGH-92790) Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…honGH-92790) Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 18, 2022
Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 18, 2022
Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Currently the documentation of
sqlite3.create_collation()
(https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.create_collation) says:However, as you can see from the discussion on #92742 that's incorrect in python 3 and the callable gets its parameters as Python strs which matches the SQLite docs which says:
The text was updated successfully, but these errors were encountered: