Thomas Mueller
unread,Jun 21, 2012, 3:49:05 PM6/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h2-da...@googlegroups.com
Hi,
I'm sorry for the delay. Yes, this would be a nice feature, not just
for in-memory databases. The easiest solution for a "feature switch"
would be a system property, but a database level setting would be
better of course.
I would probably try to use the ValueJavaObject class, maybe add a new
field "Object javaObject" there, so that this object is used instead
of the byte array if possible. The byte array would still be required
when writing / reading to / from the database file.
Regards,
Thomas