[Zope] Trying ZODB with a background in RDBMS

2008-08-14 Thread Phillip B Oldham
? For instance: class Ticket(Persistence): def __init__(self): self.id = '' # How do I add a new incremental ID here? # and later on in the app tkt = Ticket() dbroot[?] = tkt How would one assign a unique ID to the root at that point? -- Phillip B Oldham [EMAIL PROTECTED] +44 (0) 7525 01 09 01

[Zope] ZODB: Solutions similar to SQL triggers?

2008-09-12 Thread Phillip B Oldham
How would I replicate the benefits of SQL triggers in ZODB? -- Phillip B Oldham [EMAIL PROTECTED] +44 (0) 7525 01 09 01 ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related