kopia lustrzana https://github.com/simonw/datasette
Consistent capitalization of SpatiaLite in the docs
rodzic
21a8ffc82d
commit
3c1a60589e
|
@ -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>`_
|
404s for missing tables/databases closes `#184 <https://github.com/simonw/datasette/issues/184>`_
|
||||||
|
|
||||||
- long_description in markdown for the new PyPI
|
- 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>`_
|
- 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>`_
|
- 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>`_
|
- Ability to sort using form fields (for mobile portrait mode) `#199 <https://github.com/simonw/datasette/issues/199>`_
|
||||||
|
|
|
@ -149,7 +149,7 @@ To upgrade to the most recent release of Datasette, run the following::
|
||||||
|
|
||||||
docker pull datasetteproject/datasette
|
docker pull datasetteproject/datasette
|
||||||
|
|
||||||
Loading Spatialite
|
Loading SpatiaLite
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The ``datasetteproject/datasette`` image includes a recent version of the
|
The ``datasetteproject/datasette`` image includes a recent version of the
|
||||||
|
|
|
@ -260,7 +260,7 @@ Hiding tables
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
You can hide tables from the database listing view (in the same way that FTS and
|
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
|
.. code-block:: json
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue