Nice thing about using mx.UID package is that it is portable between database. The UID that is generated has a portion that is derived from the machine and time, so it is always going to be unique.
On Feb 13, 8:52 pm, "Sean Davis" <[EMAIL PROTECTED]> wrote: > On 2/13/07, vinjvinj <[EMAIL PROTECTED]> wrote: > > > > > I use the mx.UID package to generate all my keys. Is there any way to > > specify that this function be called to generate the primary key for > > inserts? > > > Thanks, > > Could this not be done on the database side (depends on the RDBMS)? > > Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
