mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1103: Add missing explicit typecast.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user