Before submitting a bug, please check the FAQ:
http://www.h2database.com/html/faq.html
What steps will reproduce the problem?
(simple SQL scripts or simple standalone applications are preferred)
1.
2.
3.
What is the expected output? What do you see instead?
org.h2.tools.SimpleResultSet which is used in TriggerAdapter#fire method has
the following problem.
When getBinaryStream method invokes the following exception occurs
java.lang.ClassCastException: org.h2.store.LobStorage$LobInputStream cannot be cast to java.sql.Blob
and getBytes method invokes
java.lang.ClassCastException: org.h2.store.LobStorage$LobInputStream cannot be cast to [B
What version of the product are you using? On what operating system, file
system, and virtual machine?
h2-1.3.167.jar
Darwin Kernel Version 11.4.0
Do you know a workaround?
What is your use case, meaning why do you need this feature?
How important/urgent is the problem for you?
Please provide any additional information below.
Original issue reported on code.google.com by evanesce...@gmail.com on 2 Jul 2012 at 9:44
Original issue reported on code.google.com by
evanesce...@gmail.com
on 2 Jul 2012 at 9:44