Repository: calcite Updated Branches: refs/heads/master 5e1cc5464 -> 7a00d4cca
[CALCITE-1201] Fix incorrect attribute separator in json docs Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/7a00d4cc Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/7a00d4cc Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/7a00d4cc Branch: refs/heads/master Commit: 7a00d4cca220b86fc41c32d89b8a4e0e660e70c7 Parents: 5e1cc54 Author: Josh Elser <[email protected]> Authored: Sun Apr 17 16:02:14 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Sun Apr 17 16:02:14 2016 -0400 ---------------------------------------------------------------------- avatica/site/_docs/json_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/7a00d4cc/avatica/site/_docs/json_reference.md ---------------------------------------------------------------------- diff --git a/avatica/site/_docs/json_reference.md b/avatica/site/_docs/json_reference.md index f0f8f65..30efddf 100644 --- a/avatica/site/_docs/json_reference.md +++ b/avatica/site/_docs/json_reference.md @@ -320,7 +320,7 @@ This request is used as short-hand to create a Statement and execute an batch of "request": "prepareAndExecuteBatch", "connectionId": "000000-0000-0000-00000000", "statementId": 12345, - "sqlCommands", [ "SQL Command", "SQL Command", ... ] + "sqlCommands": [ "SQL Command", "SQL Command", ... ] } {% endhighlight %}
