all repos — litestore @ 436166f3b162d4d6777e3b3a3691b0fed4b3ae86

A minimalist nosql document store.

Removed echo statement.
h3rald h3rald@h3rald.com
Fri, 19 Aug 2022 17:27:35 +0200
commit

436166f3b162d4d6777e3b3a3691b0fed4b3ae86

parent

55bad925f20109e282680251756e6e219b706c3c

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/litestorepkg/lib/core.nimsrc/litestorepkg/lib/core.nim

@@ -467,7 +467,6 @@ contenttype: string] =

var options = options options.single = true var select = prepareSelectDocumentsQuery(options) - echo "-------" var raw_document = store.db.getRow(select.sql, id) LOG.debug("Retrieving document '$1'" % id) if raw_document[0] == "":