Re: [OJB-developers] StatementManager bindInsert, bindUpdate
Brought to you by:
thma
From: Jakob B. <jbr...@ho...> - 2002-02-15 07:39:26
|
hi, 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. maybe this is an additional point for the DatabasePlatform ? jakob ----- Original Message ----- From: "Florian Bruckner" <bf...@fl...> To: "Jakob Braeuchi" <jbr...@ho...>; <obj...@li...> Sent: Thursday, February 14, 2002 9:19 PM Subject: RE: [OJB-developers] StatementManager bindInsert, bindUpdate > Hi, > > the type in bindInsert is to be able to insert BLOB/CLOB values. At least > the informix jdbc driver needs this hint. The reason why it isn't in > bindUpdate is that I missed it when I sent Thomas the patch for BLOB/CLOB > support. > > I'm curious, why do you want to insert/update a BIT when it doesn't exist in > mysql? > > regards, > Florian > > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > |