jmuehlner opened a new pull request, #862: URL: https://github.com/apache/guacamole-client/pull/862
Turns out SQL Server didn't work at all after my changes in https://github.com/apache/guacamole-client/pull/809. Login attempts fail with the following error: ``` Error committing transaction. Cause: org.apache.ibatis.executor.ExecutorException: Error getting generated key or setting result to parameter object. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: The statement must be executed before any results can be obtained. ``` This change disables the batch executor entirely for SQL Server and adds a warning to that effect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
