Renamed Sqlite and Sqlite3 references to SQLite.

This commit is contained in:
Nick Pope 2018-12-22 23:11:36 +00:00 committed by Tim Graham
parent 7534e43497
commit e626a3f993
6 changed files with 8 additions and 9 deletions

View file

@ -30,12 +30,12 @@ popular alternatives.
If you want to use Django with a database, which is probably the case, you'll
also need a database engine. PostgreSQL_ is recommended, because we're
PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported.
PostgreSQL fans, and MySQL_, `SQLite`_, and Oracle_ are also supported.
.. _Python: https://www.python.org/
.. _PostgreSQL: https://www.postgresql.org/
.. _MySQL: https://www.mysql.com/
.. _`SQLite 3`: https://www.sqlite.org/
.. _`SQLite`: https://www.sqlite.org/
.. _Oracle: https://www.oracle.com/
.. _faq-python-version-support:

View file

@ -116,7 +116,7 @@ Homebrew
--------
`Homebrew`_ handles all the SpatiaLite related packages on your behalf,
including SQLite3, SpatiaLite, PROJ, and GEOS. Install them like this::
including SQLite, SpatiaLite, PROJ, and GEOS. Install them like this::
$ brew update
$ brew install spatialite-tools

View file

@ -3403,7 +3403,7 @@ by the aggregate.
.. admonition:: SQLite
SQLite doesn't provide ``StdDev`` out of the box. An implementation
is available as an extension module for SQLite. Consult the `SQlite
is available as an extension module for SQLite. Consult the `SQLite
documentation`_ for instructions on obtaining and installing this
extension.
@ -3437,7 +3437,7 @@ by the aggregate.
.. admonition:: SQLite
SQLite doesn't provide ``Variance`` out of the box. An implementation
is available as an extension module for SQLite. Consult the `SQlite
is available as an extension module for SQLite. Consult the `SQLite
documentation`_ for instructions on obtaining and installing this
extension.