Help for this page

Select Code to Download


  1. or download this
    my $schema = My::Class->connect('dbi:SQLite:dbname=/tmp/database.db');
    my $record = $schema->resultset('Report')->new(\%data);
    $record->insert();
    
  2. or download this
     DBI Exception: DBD::SQLite::st execute failed: UNIQUE constraint fail
    +ed: report.id