[Sqlalchemy-users] ID generator

2006-09-06 Thread Lars Heuer
Hi, [Hibernate] and other ORMs provide some kind of [IdGenerator] that are used to generate primary identifiers without (in most cases) querying a database table. Actually, in one app I need an ID immediately, so an ID generator would be very helpful. Does something like that exist already? As

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: