[Catalyst] Catalyst and Oracle

Philip Edelbrock phil at edgedesign.us
Mon Aug 15 20:20:20 CEST 2005



Simon Miner wrote:
> 
>     * Created a table called “page” in Oracle with the same structure as
>       the SqlLite version in the article.

If it's like PostgreSQL, you need to make the primary key column a 
'serial' instead of, say, integer (which SQLite seems to like).


Phil



More information about the Catalyst mailing list