[GitHub] incubator-quickstep pull request #320: Support Multiple Tuple Inserts

2017-10-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-quickstep/pull/320


---


[GitHub] incubator-quickstep pull request #320: Support Multiple Tuple Inserts

2017-10-25 Thread robertclaus
GitHub user robertclaus opened a pull request:

https://github.com/apache/incubator-quickstep/pull/320

Support Multiple Tuple Inserts

Added support for multiple tuple insert.

Previously
```
INSERT INTO  VALUES (),();
```
would not work.  With this change it will insert both tuples into ``.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/robertclaus/incubator-quickstep 
multiple-tuple-insert

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-quickstep/pull/320.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #320


commit 0fe838dfeac901ff03b8334da46b7b9f364447e3
Author: Robert Claus 
Date:   2017-10-24T23:08:57Z

Support Multiple Tuple Inserts

Update Fetch




---