mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751)
In gh-95269, the seealso note incorrectly ended up in
the 'Tutorial' section.
(cherry picked from commit 56af5a200d)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
f05a0f48e8
commit
255f7ded77
1 changed files with 12 additions and 12 deletions
|
|
@ -34,6 +34,18 @@ This document includes four main sections:
|
|||
* :ref:`sqlite3-explanation` provides in-depth background on
|
||||
transaction control.
|
||||
|
||||
.. seealso::
|
||||
|
||||
https://www.sqlite.org
|
||||
The SQLite web page; the documentation describes the syntax and the
|
||||
available data types for the supported SQL dialect.
|
||||
|
||||
https://www.w3schools.com/sql/
|
||||
Tutorial, reference and examples for learning SQL syntax.
|
||||
|
||||
:pep:`249` - Database API Specification 2.0
|
||||
PEP written by Marc-André Lemburg.
|
||||
|
||||
|
||||
.. _sqlite3-tutorial:
|
||||
|
||||
|
|
@ -114,18 +126,6 @@ You've now created an SQLite database using the :mod:`!sqlite3` module.
|
|||
|
||||
.. _SQL injection attacks: https://en.wikipedia.org/wiki/SQL_injection
|
||||
|
||||
.. seealso::
|
||||
|
||||
https://www.sqlite.org
|
||||
The SQLite web page; the documentation describes the syntax and the
|
||||
available data types for the supported SQL dialect.
|
||||
|
||||
https://www.w3schools.com/sql/
|
||||
Tutorial, reference and examples for learning SQL syntax.
|
||||
|
||||
:pep:`249` - Database API Specification 2.0
|
||||
PEP written by Marc-André Lemburg.
|
||||
|
||||
|
||||
.. _sqlite3-reference:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue