Comparing values from multiple tables; *show new posts* forum feature

2009-01-18 Thread Piotr Husiatyński
Hello, I'm writing forum and I have a problem with *show new posts* feature. Here's the code of my application: http://github.com/husio/arch-pl/tree/09234f6d780c76b45b5e1a6576d80080507873d4/forum I have two tables for *new* posts - AllVisited for marking all posts as visited - VisitedThread for

Re: Comparing values from multiple tables; *show new posts* forum feature

2009-01-22 Thread Piotr Husiatyński
On 18 Sty, 12:06, Malcolm Tredinnick wrote: > Wait a few days until ticket #7210 is resolved and you'll be able to use > references to other fields as rhs values in filters. The work for that > is nearly complete, so it's pretty close to being committed. I'm fairly > sure that will help you there