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 <table> VALUES (<values for tuple 1>),(<values for tuple 2>);
    ```
    would not work.  With this change it will insert both tuples into `<table>`.

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 <robertcl...@gmail.com>
Date:   2017-10-24T23:08:57Z

    Support Multiple Tuple Inserts
    
    Update Fetch

----


---

Reply via email to