<% join "\n\n", map {"$_;"} @sql | h %>
% 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 <%init> my @sql; eval { @sql = $s->make_sql; }; my $e = $@; $m->comp( 'exception', $e ) if $e; <%attr> show_tables => 0