You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2017/06/16 01:08:36 UTC

[6/7] incubator-guacamole-client git commit: GUACAMOLE-317: Add missing comma to MySQL ConnectionMapper.xml.

GUACAMOLE-317: Add missing comma to MySQL ConnectionMapper.xml.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/06a090d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/06a090d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/06a090d7

Branch: refs/heads/master
Commit: 06a090d7d6d7fcf5a6143cf863db5c3053854fd2
Parents: 1b35d43
Author: Michael Jumper <mj...@apache.org>
Authored: Tue Jun 13 22:39:50 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Jun 13 22:39:50 2017 -0700

----------------------------------------------------------------------
 .../org/apache/guacamole/auth/jdbc/connection/ConnectionMapper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/06a090d7/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/connection/ConnectionMapper.xml
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/connection/ConnectionMapper.xml b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/connection/ConnectionMapper.xml
index 03ffa43..97c2e54 100644
--- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/connection/ConnectionMapper.xml
+++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/resources/org/apache/guacamole/auth/jdbc/connection/ConnectionMapper.xml
@@ -227,7 +227,7 @@
             proxy_hostname           = #{object.proxyHostname,jdbcType=VARCHAR},
             proxy_port               = #{object.proxyPort,jdbcType=INTEGER},
             proxy_encryption_method  = #{object.proxyEncryptionMethod,jdbcType=VARCHAR},
-            connection_weight        = #{object.connectionWeight,jdbcType=INTEGER}
+            connection_weight        = #{object.connectionWeight,jdbcType=INTEGER},
             failover_only            = #{object.failoverOnly,jdbcType=BOOLEAN}
         WHERE connection_id = #{object.objectID,jdbcType=INTEGER}
     </update>