On Thursday, September 29, 2016 at 8:06:20 AM UTC+2, Wim Deblauwe wrote:
>
> Good to hear that there is a fix. For now, I replaced:
>
> jdbcTemplate.queryForObject("SELECT image_id FROM game", Object.class)
>
> with:
>
> jdbcTemplate.queryForObject("SELECT image_id FROM game", byte[].class)
>

This should also remove the need for a cast, shouldn't it? What data type 
is image_id?

Cheers
Philippe

>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to