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 <[email protected]>
Date: 2017-10-24T14:04:12Z
GUACAMOLE-363: Fix issues with schema initialization scripts.
----
---