Hello

I'm rather new to Torque, so maybe my problem seems very easy, but I haven't 
any idea how to sole it.

I've created a schema file with my database description. I have there few 
fields that are pointed as a BOOLEAN type. After succesful build using Maven, 
when I put all classes to Eclipse - there are a lot of errors with fields which 
were pointed as Boolean type. These errors are for example:
-> private int clubDeleted = new int(false);
/*
   Where in schema file was:
   <column name="club_deleted"
        type="BOOLEAN"
        default="false"/>
*/
-> obj.setClubDeleted(row.getValue(offset + 2).$col.VillageMethod);
/*
   Eclipse doesn't recognize the '$col' (it says "$col cannot be resolved or is 
not a field) - the same occurs with every fields that was pointed as BOOLEAN 
type
*/

They only occure in both Base* and Base*Peer files.
I'm using JDBC driver -> postgresql-8.1dev-400.jdbc3.jar, java 1.5_02 and 
torque 3.1.1

Greetings

Jakub Piechnik

----------------------------------------------------
THE CHEMICAL BROTHERS -> Zagrają koncert w Sopocie 21 czerwca!
To będzie gigantyczna impreza z efektami multimedialnymi XXI wieku!
Kliknij: 
http://klik.wp.pl/?adr=http%3A%2F%2Fmuzyka.wp.pl%2Fniusy.html%3Fid%3D16176&sid=379



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

Reply via email to