Hello,
I found an interesting bug, while I did something, that wasn't yet
well tought off on my site.
I used a statement like this:
create table henkie as select null as value
Where I forgot to cast the null-value as a varchar.
That worked fine, but when I reopened the database, it had corrupted
my database while opening it in the web-interface:
Unknown data type: "NULL"; SQL statement:
CREATE CACHED TABLE PUBLIC.HENKIE(
VALUE NULL
) [50004-163] HY004/50004 (Help)
Luckily not a big issue, because I had back ups, but probably
interesting to fix.
With kind regards,
Remco Schoen
--
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.