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.
1 parent 8a49659 commit 8d11bc5Copy full SHA for 8d11bc5
Doc/library/sqlite3.rst
@@ -839,14 +839,14 @@ Exceptions
839
.. attribute:: sqlite_errorcode
840
841
The numeric error code from the
842
- `SQLite API <http://www.sqlite.org/c3ref/c_abort.html>`_.
+ `SQLite API <https://sqlite.org/rescode.html>`_
843
844
.. versionadded:: 3.11
845
846
.. attribute:: sqlite_errorname
847
848
The symbolic name of the numeric error code
849
- from the `SQLite API <http://www.sqlite.org/c3ref/c_abort.html>`_.
+ from the `SQLite API <https://sqlite.org/rescode.html>`_
850
851
852
0 commit comments