Hi,
> Does the fix you propose ("adding one line to create the index") mean
> that I'll have to recreate/reimport all the data when there is a new
> H2 version?
No, the index is automatically added when using the new version at
least once. You could add it yourself actually (after adding a BLOB):
CREATE INDEX IF NOT EXISTS INFORMATION_SCHEMA.INDEX_LOB_TABLE ON
INFORMATION_SCHEMA.LOBS(TABLE);
P.S. please don't send emails to me directly. Please use the Google
Group instead.
Regards,
Thomas
--
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.