GUAC-1103: Add missing explicit typecast.

This commit is contained in:
Michael Jumper
2015-03-07 19:01:16 -08:00
parent 331fa2d3ff
commit 45b31064c0

View File

@@ -83,7 +83,7 @@
WHERE connection_group_id IN
<foreach collection="identifiers" item="identifier"
open="(" separator="," close=")">
#{identifier,jdbcType=INTEGER}
#{identifier,jdbcType=INTEGER}::integer
</foreach>
</select>