RE: proposal: change postgresql to use SERIAL

Sönke Ruempler <[email protected]> Fri, 2 Sep 2005 09:04:19 +0200
Newsgroups gmane.comp.php.creole.devel,gmane.mail.eyebrowse.user
Message-ID <[email protected]>
Hans Lellelid <mailto:[email protected]> wrote on Friday, September 02, 2005
4:06 AM:

> I'd like to propose changing the IdGenerator stuff for
> PostgreSQL based
> on the assumption that auto-increment/sequence columns are
> now commonly
> specified using the SERIAL datatype (which essentially
> behaves like an
> auto-increment column rather than a traditional sequence).
> This would
> change the PgSQLIdGenerator class to return AUTO_INCREMENT
> rather than
> SEQUENCE as the id generator type.
> 
> Is everyone OK with this change?  This will necessitate that
> next Creole
> version be 1.1, as this could break some backwards
> compatibility (though
> technically Creole is designed such that your application can check
> whether the driver uses sequence/auto-increment and behave
> accordingly). 

+1