On Wednesday 27 June 2007 11:43, Ed Leafe wrote: > OK, I was a bit optimistic. Besides having a few other things come > up, I've found a few bad assumptions in some of the logic for the code > that determines structures. There are some assumptions that hold for some > backends and not others. I hope to be able to dig into this more today, but > I don't know when I'll have a fix
Thanks. I'm sure you will get it. While you are at it - could you check the setChildLinkFilter in dBizobj. The method assumes that the len(linkFieldParts) is never greater than 2. This works for most backends but not for Postgres for which we are including schemas. names IOW "public.table.field" will not work because the method will return public.table as the filtExpr. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
