[Zope] Verions & TinyTablePlus bug?
Chris Withers
chrisw@nipltd.com
Sun, 28 Jul 2002 10:17:46 +0100
Eric van Riet Paap wrote:
> Yes, I now I can save/discard the Version . However, this is a serious bug
> that costs me time to fix.
Welcome to open source, it isn't free beer ;-)
> I have to use a gadly database instead of the
> TinyTable.
...or you could use a proper RDBMS to store your data.
> To me it looks likea bug in Zope itself,
...which no-one except you has experienced.
> and one I don't know how to work
> around.
Try starting with a fresh Data.fs.
> to this TinyTable object, the ZMI says that this table is modified in a
> Version (that I already deleted some time ago).
Did you make sure the version had been saved/discarded before you
deleted it?
> P.S. could it be that the table gets locked because of simultatious
> read&write access and that Zope 'assumes' that means it modified in a
> Version?
No.
cheers,
Chris