hi everyone,
I just followed the tute in
http://search.cpan.org/~hkclark/Catalyst-Manual-5.7018/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
to regenerate my schema (model) files to use DBIx::Class::TimeStamp.
I refered to the section "Update DBIC to Automatically Handle the
Datetime Columns".
I ran my command following this order,
"script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \
create=static components=TimeStamp dbi:SQLite:myapp.db"
and it fails. I have the latest version of catalyst and all related DBIX
modules installed in my machine.
Running the command above with 'components=TimeStamp' before
'create=static' worked fine
( ie.
"script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \
components=TimeStamp create=static dbi:SQLite:myapp.db "
).
I would suggest for the command in the tutorial to be updated.
thanks
K. akimoto
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/