RE: [OJB-developers] StatementManager bindInsert, bindUpdate
Brought to you by:
thma
From: Florian B. <bf...@fl...> - 2002-02-15 10:28:32
|
> i'm using it as a boolean. > according to the mysql doc BIT, BOOL and CHAR(1) are synonyms, but the > driver does not know BIT. Thats what I thought. I think the problem is really within your mapping, the old code just covered an inconsistency within it. Try to modify the type so it is regocnised by the JDBC-Driver. > > maybe this is an additional point for the DatabasePlatform ? Of course you could also modify the JDBC-Driver ;-) > > jakob > Florian |