On Tue, Mar 18, 2008 at 4:46 PM, tyju tiui <[EMAIL PROTECTED]> wrote: > I think I found it ... I just mapped to 'BOOLEAN' instead of 'BOOLEANINT' > though I had to look at the TypeMap class to find it ... 'BOOLEAN' isn't a > valid type according to the torque / turbine spec.
You could also have used BIT. DdlUtils makes all JDBC types available whereas Torque/Turbine use a subset and add a few of their own (BOOLEANINT/BOOLEANCHAR). Tom
