all repos — litestore @ fc7d4a0cbb5a9533c1aad681e3b53615f65da71e

A minimalist nosql document store.

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

fc7d4a0cbb5a9533c1aad681e3b53615f65da71e

parent

7eb7731dde934270c633e11dc880fdfa7bdfe9ef

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()