Thanks for the heads up on that... I've been working my way down the test structure starting with getting all the test tables to create correctly. Haven't gotten to the actual test case problems yet.
FYI - I've got a way to impliment BINARY and VARBINARY using the funky (but SQL92 standard way) of VARCHAR / CHAR (n) FOR BIT DATA format. This probably will be needed for DB2 as well. The TINYINT and BIT mappings needed some tweaking as well. Plus some minor test-schema changes to keep Derby (and any other "identity" DB adaptors happy. > -----Original Message----- > From: Thomas Fischer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 14, 2006 10:31 AM > To: Apache Torque Developers List > Subject: Re: Some thoughts on new version testing (derby aside) > > > (Quick FYI aside: Derby has problems with that I'm > > working out) > > Torque does not yet work with Derby's net driver. This is due > to a problem > of village with the result of ResultSetMetaData.isReadOnly() > in the derby > driver, see http://issues.apache.org/jira/browse/DERBY-142. > If you use the embedded driver, this should work (at least it > works for > me). > > I'll answer the rest of the mail today evening. > > Thomas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Duke CE Privacy Statement Please be advised that this e-mail and any files transmitted with it are confidential communication or may otherwise be privileged or confidential and are intended solely for the individual or entity to whom they are addressed. If you are not the intended recipient you may not rely on the contents of this email or any attachments, and we ask that you please not read, copy or retransmit this communication, but reply to the sender and destroy the email, its contents, and all copies thereof immediately. Any unauthorized dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
