On Wed, Feb 27, 2002 at 11:30:02AM -0600, Dave Rolsky wrote: > Class::DBI > Auto increment: Again, you'll have to do it by hand.
Not strictly true. It supports MySQL-style auto-increment, as well as any database that supports sequences (as long as you define the sequence!) Tony