That sounds like a bug that sometimes shows up in ORM libraries. How is your code reading and writing to the database.
On 2012-05-18 09:53, earist wrote:
I using H2 database There is a string column that can be null or empty. But when I insert empty string "" to this column, the space " " is insert instead. How should I do for insert empty string to this column? Thanks in advance. earist
-- 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.
