all repos — litestore @ 0e985d33360bd191d6a693e28c2c243d0e8bed15

A minimalist nosql document store.

No longer decoding URL for IDs (consistent with other operations).
h3rald h3rald@h3rald.com
Fri, 13 Dec 2019 10:40:35 +0100
commit

0e985d33360bd191d6a693e28c2c243d0e8bed15

parent

89ec1bbe9a293a9b08738f34bf01682dbfaa769e

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

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

@@ -666,7 +666,6 @@ except:

return resError(Http400, "Bad request - $1" % getCurrentExceptionMsg()) proc get*(req: LSRequest, LS: LiteStore, resource: string, id = ""): LSResponse = - let id = id.decodeURL case resource: of "docs": var options = newQueryOptions()