mirror of https://github.com/tidwall/tile38.git
updated core
This commit is contained in:
parent
34b5679652
commit
33e915ecce
|
@ -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": [],
|
||||
|
|
Loading…
Reference in New Issue