From 33e915ecce336aabc77a0355bdaf8b54a5f0b594 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 24 Aug 2017 11:33:44 -0700 Subject: [PATCH] updated core --- core/commands_gen.go | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/core/commands_gen.go b/core/commands_gen.go index 099dff91..1a1fde92 100644 --- a/core/commands_gen.go +++ b/core/commands_gen.go @@ -510,6 +510,14 @@ var commandsJSON = `{ "optional": true, "multiple": true }, + { + "command": "WHEREIN", + "name": ["field","count","value"], + "type": ["string","integer","double"], + "optional": true, + "multiple": true, + "variadic": true + }, { "command": "NOFIELDS", "name": [], @@ -577,6 +585,14 @@ var commandsJSON = `{ "optional": true, "multiple": true }, + { + "command": "WHEREIN", + "name": ["field","count","value"], + "type": ["string","integer","double"], + "optional": true, + "multiple": true, + "variadic": true + }, { "command": "NOFIELDS", "name": [], @@ -662,6 +678,14 @@ var commandsJSON = `{ "optional": true, "multiple": true }, + { + "command": "WHEREIN", + "name": ["field","count","value"], + "type": ["string","integer","double"], + "optional": true, + "multiple": true, + "variadic": true + }, { "command": "NOFIELDS", "name": [], @@ -798,6 +822,14 @@ var commandsJSON = `{ "optional": true, "multiple": true }, + { + "command": "WHEREIN", + "name": ["field","count","value"], + "type": ["string","integer","double"], + "optional": true, + "multiple": true, + "variadic": true + }, { "command": "NOFIELDS", "name": [], @@ -978,6 +1010,14 @@ var commandsJSON = `{ "optional": true, "multiple": true }, + { + "command": "WHEREIN", + "name": ["field","count","value"], + "type": ["string","integer","double"], + "optional": true, + "multiple": true, + "variadic": true + }, { "command": "NOFIELDS", "name": [],