Re: [Sqlalchemy-users] ID generator

2006-09-06 Thread Michael Bayer
yes and firebird ! On Sep 6, 2006, at 2:49 PM, Brad Clements wrote: > On 6 Sep 2006 at 12:17, Michael Bayer wrote: > >> the only working "ID generator" we have right now is the Sequence >> object, which obviously is only useable in postgres and oracle, and >> it is capable of being called in a st

Re: [Sqlalchemy-users] ID generator

2006-09-06 Thread Brad Clements
On 6 Sep 2006 at 12:17, Michael Bayer wrote: > the only working "ID generator" we have right now is the Sequence > object, which obviously is only useable in postgres and oracle, and > it is capable of being called in a standalone fashion. Sequence works with Firebird. i.e., I am using this:

Re: [Sqlalchemy-users] ID generator

2006-09-06 Thread Michael Bayer
the only working "ID generator" we have right now is the Sequence object, which obviously is only useable in postgres and oracle, and it is capable of being called in a standalone fashion. Additionally, the ColumnDefault object (of which Sequence shares a common baseclass of "DefaultGenerato