<% join "\n\n", map {"$_;"} @sql %>
% if (@sql) {
<& login_form.mas &> % } else {

No SQL to display. This probably means the schema has already been instantiated and no changes have been made to it.

Back

% }
<%args> $s $user => undef $password => undef $host => undef $port => undef <%init> my @sql; eval { @sql = $s->sync_backend_sql( user => $user, password => $password, host => $host, port => $port, ); }; my $e = $@; $m->comp( 'exception', $e ) if $e; <%attr> show_tables => 0