You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Sami Altundağ <sa...@genelsigorta.com> on 2004/07/29 15:51:40 UTC

Report queries and converted fields

Hi,
 
I am using RC7. Report queries do not convert fields as specified in the
mapping.  For example, the field shown here returns as BigDecimal in the
query result. Is there a way to get it converted?
 
 
      <field-descriptor name="procDate" column="PROCDATE"
jdbc-type="bigint"
conversion="com.mycompany.commons.util.conversion.DateFieldConvertion"/>
 
 
 
Sami