You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by necouchman <gi...@git.apache.org> on 2017/10/24 14:05:31 UTC

[GitHub] incubator-guacamole-client pull request #203: GUACAMOLE-363: Fix issues with...

GitHub user necouchman opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/203

    GUACAMOLE-363: Fix issues with schema initialization scripts.

    Small PR here to fix issues with the init scripts - apparently got changed but not tested before they were committed the last time.  Oops.
    
    Anyway, apparently SQL Server does not allow you to have semicolons at the end of the "GO" statements (sorry @mike-jumper).  Also missed one GO statement that was needed for a batch operation.

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

    $ git pull https://github.com/necouchman/incubator-guacamole-client GUACAMOLE-363

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

    https://github.com/apache/incubator-guacamole-client/pull/203.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 #203
    
----
commit 12daab2c343584b717dae9ebe1198c0a11aafe21
Author: Nick Couchman <vn...@apache.org>
Date:   2017-10-24T14:04:12Z

    GUACAMOLE-363: Fix issues with schema initialization scripts.

----


---

[GitHub] incubator-guacamole-client pull request #203: GUACAMOLE-363: Fix issues with...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-guacamole-client/pull/203


---