Hi, By the way, the SCRIPT TO '...file...' creates a file *and* returns a result set. The result set only contains the schema, but not the data (no insert statements). The alternative would be that SCRIPT TO '...file...' returns an empty result, but that wouldn't really improve performance (the schema is usually small).
Regards, Thomas On Mon, Jun 3, 2013 at 2:24 PM, Noel Grandin <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > wrote: > Because it also dumps all of the users. > And no, there is currently no option to turn it off. > > > On 2013-06-03 11:38, Cecil Westerhof wrote: > >> When running SCRIPT the first line is: >> CREATE USER … >> >> Why is this and can I circumvent it? >> >> > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to h2-database+unsubscribe@**googlegroups.com <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at > http://groups.google.com/**group/h2-database?hl=en-US<http://groups.google.com/group/h2-database?hl=en-US> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
