[ZODB-Dev] 'None' transaction ids?

kapil thangavelu k_vertigo@yahoo.com
Tue, 23 Oct 2001 06:30:12 -0700


On Tuesday 23 October 2001 02:31 am, Chris Withers wrote:
> Toby Dickenson wrote:
> > Ive seen something similar before where TmpStorage (the store used in
> > subtransactions) wasnt expecting None as a transaction id. In that
> > case the None was generated as part of an import from a .zexp file. Im
> > not sure if that relevant to you, but it might be a clue.
>
> What generates transaction ids?

thread.get_ident

> There's a lot of transactions in this Data.fs that have been generated by
> me calling get_transaction().begin() and get_transaction.commit() in a
> python script, could this result in 'None' transaction ids?

not that i know ;) its more likely that you're not attaching any useful note 
info to the transaction. via (t.note, t.setUser, t.setExtendedInfo)


kapil