Consistent capitalization of SpatiaLite in the docs

pull/783/head
Simon Willison 2020-05-28 11:27:24 -07:00
rodzic 21a8ffc82d
commit 3c1a60589e
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -947,7 +947,7 @@ request all rows where that column is less than 50 meters or more than 20 feet f
404s for missing tables/databases closes `#184 <https://github.com/simonw/datasette/issues/184>`_
- long_description in markdown for the new PyPI
- Hide Spatialite system tables. [Russ Garrett]
- Hide SpatiaLite system tables. [Russ Garrett]
- Allow ``explain select`` / ``explain query plan select`` `#201 <https://github.com/simonw/datasette/issues/201>`_
- Datasette inspect now finds primary_keys `#195 <https://github.com/simonw/datasette/issues/195>`_
- Ability to sort using form fields (for mobile portrait mode) `#199 <https://github.com/simonw/datasette/issues/199>`_

Wyświetl plik

@ -149,7 +149,7 @@ To upgrade to the most recent release of Datasette, run the following::
docker pull datasetteproject/datasette
Loading Spatialite
Loading SpatiaLite
~~~~~~~~~~~~~~~~~~
The ``datasetteproject/datasette`` image includes a recent version of the

Wyświetl plik

@ -260,7 +260,7 @@ Hiding tables
-------------
You can hide tables from the database listing view (in the same way that FTS and
Spatialite tables are automatically hidden) using ``"hidden": true``:
SpatiaLite tables are automatically hidden) using ``"hidden": true``:
.. code-block:: json