in reply to Catalyst: model & context object usage

Oracle (and PostgreSQL) don't use an autoincrement in the example. You will need a sequence/trigger/serial to insert rows without a specified value for the primary key.
  • Comment on Re: Catalyst: model & context object usage