GitHub user robertclaus opened a pull request:

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

    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/316.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 #316
    
----
commit adc04cb9f4783687c66ec109d63e363bb93b60ab
Author: Robert Claus <robertcl...@gmail.com>
Date:   2017-10-13T18:49:29Z

    Support Multiple Tuple Inserts

----


---

Reply via email to