2005/12/18, John Siracusa wrote:
[..snip..]
> > However it is mastery to me why both automations don't work using
> > auto_initalize in my R:D:O object? It works fine when I manually
> > specify the columns/keys/relations (or copy/pasting the output of
> > perl_class_definition in the module). Any
On 12/18/05 1:53 PM, Svilen Ivanov wrote:
> 2005/12/18, John Siracusa wrote:
> [..snip..]
>>> An alternative approach is to define new layer of classes on top of
>>> for e.g. R:D:O::Metadata::Column::Varchar/Char/Text where to perform
>>> the UTF decoding and then to change the type-to-class mappin
2005/12/18, John Siracusa wrote:
[..snip..]
> > An alternative approach is to define new layer of classes on top of
> > for e.g. R:D:O::Metadata::Column::Varchar/Char/Text where to perform
> > the UTF decoding and then to change the type-to-class mapping in
> > R:D:O::Metadata. All my derived class
On 12/18/05 4:16 AM, Svilen Ivanov wrote:
> After reading the extensive documentation of R:D:O classes I added
> trigger on the columns that store chars/varchars/texts like that:
>
> # the column 'name' is varchar
> __PACKAGE__->meta->column('name')->add_trigger(
>inflate => sub {
> my $