Hi
in a project I am replacing Oracle with H2 and I am facing the empty
string problem of Oracle. When I save a row with an empty string,
Oracle is replacing it with null in case the column is nullable. H2
does not, what really would be correct. Even if I am using
MODE=Oracle, H2 does not behave like Oracle in this case. What can I
do to let H2 behave like Oracle, because the application software on
reading the column is now expecting Oracle's null and not H2's
(correct) empty string. Thanks for your help.   Jürg

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to