Mapping for type BIT broke afer upgrade from 1.0.1 to 1.0.4

2008-01-29 Thread Oliver Seimel
Hi, we migrated from ojb 1.0.1 to 1.0.4 DB is Postgres. But I think, that the problem is independent of the DB. We use the type BIT(1) for boolean values, so a mapping looks like this: field-descriptor name=emailNotice column=emailnotice jdbc-type=BIT / With version 1.0.1 the

AW: Mapping for type BIT broke afer upgrade from 1.0.1 to 1.0.4

2008-01-29 Thread Oliver Seimel
Hi Armin, Oliver Seimel wrote: Hi, we migrated from ojb 1.0.1 to 1.0.4 DB is Postgres. But I think, that the problem is independent of the DB. We use the type BIT(1) for boolean values, so a mapping looks like this: field-descriptor name=emailNotice column