[2/3] msi/tests: Test for SELECT table.column FROM table

Nikolay Sivov bunglehead at gmail.com
Mon Nov 23 23:39:37 CST 2009


On Tue, Nov 24, 2009 at 11:14 AM, Nathan Gallaher
<ngallaher at 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.



More information about the wine-devel mailing list