"Vitzethum, Daniel" <[EMAIL PROTECTED]> writes:

>builds a correct Criteria with qualified columns that works
>well on DB:
>  SELECT
>  TEST_PERSON.P_ID, TEST_PERSON.G_ID, TEST_PERSON.L_ID
>  , TEST_LENDING.L_ID, TEST_LENDING.G_ID
>  FROM
>  TEST_PERSON
>  , TEST_LENDING
>  WHERE
>  TEST_PERSON.L_ID=TEST_LENDING.L_ID

>but leads to the following Record object:
>  {'1','10','100','100','10'}
>        ^^               ^^
> right /         wrong! /

I wouldn't blame Village. Village deals with almost pure java.sql.<x>
classes and returns a simple result set to Torque. This is probably a
bug in the row2object method inside your Peer class.

Please open a bug report with Scarab.

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

What is more important to you...
   [ ] Product Security
or [ ] Quality of Sales and Marketing Support
              -- actual question from a Microsoft customer survey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to