Mercurial > roundup-cc
changeset 22:33d7c7769155
Fix typos in TODO.creole (minor)
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 02 Nov 2018 10:38:21 +0100 |
parents | 7a523e13fcb3 |
children | 10167e40a657 |
files | TODO.creole |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO.creole Tue Oct 23 13:06:16 2018 +0200 +++ b/TODO.creole Fri Nov 02 10:38:21 2018 +0100 @@ -21,9 +21,9 @@ should not depend on a fixed database schema. On idea is to save them as a JSON text in a {{{keywords}}} field. -This maybe be given almost directly to a webbased display system +This maybe given almost directly to a webbased display system based on javascript. -They drawback is that SQL cannot be used to query by keyword details, +The drawback is that SQL cannot be used to query by keyword details, but advanced database functions can be used for improving this situation like [[https://www.sqlite.org/json1.html|SQlite' JSON1 extension]].