Revision 561d4521
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/GDPDU.pm | ||
---|---|---|
'Rose::DB::Object::Metadata::Column::Date' => sub { $_[0]->tag('Date', sub { $_[0]->tag('Format', $date_format) }) },
|
||
'Rose::DB::Object::Metadata::Column::Timestamp' => sub { $_[0]->tag('Date', sub { $_[0]->tag('Format', $date_format) }) },
|
||
'Rose::DB::Object::Metadata::Column::Float' => sub { $_[0]->tag('Numeric') },
|
||
'Rose::DB::Object::Metadata::Column::Boolean' => sub { $_[0]->tag('AlphaNumeric', sub { $_[0]
|
||
'Rose::DB::Object::Metadata::Column::Boolean' => sub { $_[0]
|
||
->tag('AlphaNumeric')
|
||
->tag('Map', sub { $_[0]
|
||
->tag('From', 1)
|
||
->tag('To', t8('true'))
|
||
... | ... | |
->tag('To', t8('false'))
|
||
})
|
||
->tag('Map', sub { $_[0]
|
||
->tag('From', 0)
|
||
->tag('From', '')
|
||
->tag('To', t8('false'))
|
||
})
|
||
}) },
|
||
},
|
||
);
|
||
|
||
sub generate_export {
|
Auch abrufbar als: Unified diff
GDPDU: Maps nicht innerhalb von AlphaNumeric, sondern danach.