Re: [GENERAL] Testing Views

2015-05-20 Thread Gavin Flower
On 20/05/15 19:47, Andy Chambers wrote: Hello All, I have a problem for which a view seems like a nice solution. Basically we want to see all records in some table that are older than 5 days and haven't yet gone through further processing. This particular view is probably simple enough that

[GENERAL] Testing Views

2015-05-20 Thread Andy Chambers
Hello All, I have a problem for which a view seems like a nice solution. Basically we want to see all records in some table that are older than 5 days and haven't yet gone through further processing. This particular view is probably simple enough that it doesn't require unit tests but I wonder ho