On Wed, 27 Feb 2002, Tony Bowden wrote:

> 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!)

I see.  Looking at the code I can see that it wouldn't work with Sybase
(which has something very similar to MySQL but to fetch the id you do
"select @@identity").


-dave

/*==================
www.urth.org
we await the New Sun
==================*/

Reply via email to