Closed GoogleCodeExporter closed 8 years ago
Hi,
I'm sorry but this feature isn't supported. I don't plan to add support for it
currently, but patches are welcome. It might make sense to add an option to the
RUNSCRIPT statement, as follows:
RUNSCRIPT FROM 's1.sql' CONTINUE_ON_ERROR;
But I think "inherit" would be more complicated. The RunScript tool is generic
(runs with all databases) and so doesn't have anything H2 specific. And the
RUNSCRIPT statement doesn't know it's running within a RunScript tool.
So the BNF would be:
RUNSCRIPT FROM fileNameString [ scriptCompression ]
[ CONTINUE_ON_ERROR ]
[ CIPHER cipher PASSWORD string ] [ CHARSET charsetString ]
I added this to the roadmap.
Regards,
Thomas
Original comment by thomas.t...@gmail.com
on 13 Apr 2012 at 4:56
Original issue reported on code.google.com by
White...@gmail.com
on 10 Apr 2012 at 1:07