On Tue, Nov 24, 2009 at 11:14 AM, Nathan Gallaher ngallaher@deepthought.org wrote:
Make sure that mixing table columns returns the expected data. eg: SELECT t1.action, t2.action FROM t1, t2 should return distinct data.
+ // Test that selection based on prefixing the column with the table + // actually selects the right data
Cpp style isn't allowed, please resend it with plain C comments. Thanks.