Daniel Perry wrote:

> Boolean2IntFieldConversion mapped as a TINYINT - it MUST be INTEGER!!!
I don't know what you exactly mean but we use this and it works out fine.

<field-descriptor
        name="deleted"
        column="deleted"
        jdbc-type="INTEGER"
        
conversion="org.apache.ojb.broker.accesslayer.conversions.Boolean2IntFieldConversion"
/>

In the database the data type is tinyint.

Regards,

Thomas


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

Reply via email to