The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl5::CoreSmokeDB::Schema::Result::Result

COMPONENTS LOADED

TABLE: result

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'result_id_seq'

config_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

io_env

  data_type: 'text'
  is_nullable: 0
  original: {data_type => "varchar"}

locale

  data_type: 'text'
  is_nullable: 1
  original: {data_type => "varchar"}

summary

  data_type: 'text'
  is_nullable: 0
  original: {data_type => "varchar"}

statistics

  data_type: 'text'
  is_nullable: 1
  original: {data_type => "varchar"}

stat_cpu_time

  data_type: 'double precision'
  is_nullable: 1

stat_tests

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONS

config

Type: belongs_to

Related object: Perl5::CoreSmokeDB::Schema::Result::Config

failures_for_env

Type: has_many

Related object: Perl5::CoreSmokeDB::Schema::Result::FailureForEnv

$record->as_hashref([$is_full])

Returns a HashRef with the inflated columns.

Parameters

Positional:

1. 'full'

If the word full is passed as the first argument the related failures_for_env are also included in the resulting HashRef.