AW: [Objectbridge-developers] Re: JDBCAccess
Brought to you by:
thma
From: Mahler T. <tho...@it...> - 2001-10-04 06:37:45
|
Hi David, You are right. According to the JDBC spec it should use getBytes().=20 I will fix it. Thanks, Thomas > -----Urspr=FCngliche Nachricht----- > Von: David Forslund [mailto:dw...@la...] > Gesendet: Mittwoch, 3. Oktober 2001 22:03 > An: obj...@li... > Betreff: [Objectbridge-developers] Re: JDBCAccess >=20 >=20 > In the JDBCAccess layer, you use the getArray() call for=20 > access the column=20 > in the result set for VARBINARY. I find > that this needs to be getBytes() instead. First, InstantDB doesn't=20 > implement getArray() so any test with it fails immediately. > Second, getBytes() also works for Oracle 8.1.7 and not=20 > getArray(). I=20 > don't see any test for the VARBINARY type in your > JUNIT test, so there is not systematic testing of this option in the=20 > software. >=20 > Am I doing something wrong? >=20 > Dave >=20 >=20 > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers >=20 |