Merge pull request #107 from glyptodon/psql-errors

GUAC-1103: Add missing explicit typecast.
This commit is contained in:
James Muehlner
2015-03-07 19:08:29 -08:00

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>