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)

And that makes it work as will with H2 1.4.192.

regards,

Wim


Op woensdag 28 september 2016 08:43:22 UTC+2 schreef Noel Grandin:
>
> That is unfortunate.
>
> Luckily Philippe Marschall has already implemented that method properly, 
> so if you build a jar from our repository, that should fix your bug.
>
>
> ​
>

-- 
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