[Metakit] Find fails in hashed view but works in plain view or
ordered view.
Brian Kelley
fustigator at gmail.com
Mon Oct 31 15:53:51 CET 2005
> I'm pretty sure everything was added to the hash -- when the view is
> created, I immediately create the hash afterward and then bind my only
> reference to it from python to the hashed version.
I have not seen this bug. A good way to check is open the view and
hashed view seperately and see if they have the same number of rows.
> If this would represent a bug we might be able to track down and fix,
> I can try to whip up a quick test-case that reproduces the behavior
> and ensures that
Test cases are always good.
> Ah, good to know. I think I may want to get out of the hashed view
> business altogether then.
Don't forget to use locate instead of find, otherwise you might bite yourself.
Brian
More information about the Metakit
mailing list