Hello,
I tried to create materialized view in H2 database and after that I am getting below error while load the database file.
Caused by: java.lang.UnsupportedOperationException: not yet implemented
at org.h2.command.Parser.parseCreateMaterializedView(Parser.java:7680)
Version used
h2-2.2.224
I am assuming the db file is corrected. My goal is to read data from the corrupted database file.
Thanks,
Sarat Vemuri.