Hi Knut,
For buddy testing of  Derby 4370 (using clause), I was going through
the jointest junit file to find the validation test cases and was just
wondering whether using both on and using in a singled sql statement
is allowed

For example
JDBC.assertUnorderedResultSet(
                s.executeQuery("select * from t1 left join t2 " +
                               "right join t3 on (d) using (b)"),
                new String[][] {
                        {"2", "1", "3", "4", "3", "def", "5"},
                        {"3", "2", "4", null, null, null, null},
                        {"4", "4", "4", null, null, null, null}});


Please let me know your views

With Regards
Jayaram

On Sun, Apr 18, 2010 at 2:41 PM, Kathey Marsden
<[email protected]> wrote:
> On 4/18/2010 6:02 AM, Jayaram Subramanian wrote:
>>
>> Hi Rich,
>> I would like to involve myself. Please let me know the the materials i
>> need to go through for running the tests.
>>
>
> Hi Jayaram,
>
> Buddy testing is informal testing of a feature and the documentation by
> other developers.  I would suggest you pick a feature that has
> documentation. What you do is go through the documentation and try to use
> the feature and try all the examples in the doc and anything else you think
> is worth trying and file bugs if you find any issues with the code or doc.
> Ask the list if you are not sure if what you are hitting is a bug.   Add
> your name to the Wiki at:
>
> http://wiki.apache.org/db-derby/DerbyTenSixOneRelease
>
> for the feature you would like to test.
>
> Kathey
>
>
>
>

Reply via email to