GUACAMOLE-80: Merge fix for incorrect MySQL syntax.

This commit is contained in:
Michael Jumper
2016-08-16 22:05:49 -07:00

View File

@@ -129,7 +129,7 @@
) )
VALUES ( VALUES (
#{object.name,jdbcType=VARCHAR}, #{object.name,jdbcType=VARCHAR},
#{object.primaryConnectionIdentifier,jdbcType=VARCHAR}, #{object.primaryConnectionIdentifier,jdbcType=VARCHAR}
) )
</insert> </insert>