Re: [JDBC] JDBC test suite patch

2001-10-06 Thread Rene Pijlman
On Thu, 20 Sep 2001 16:24:45 -0400, you wrote: > . failure in TimestampTest (testSetTimestamp) fixed. The failure is >because testSetTimestamp was inserting a timestamp with hour 7 but >checkTimeTest was expecting a timestamp with hour 8. AFAICS, there are >no issues wrt daylight savings time and

Re: [JDBC] JDBC test suite patch

2001-09-22 Thread Bruce Momjian
Your name has been added to the bottom of the TODO list. > > I tried sending the email to jdbc and patches on the 17th but it didn't get > through. I'm attempting again.. > > The attached patch is my first run-through of the JDBC test suite. A > summary of changes: > > . removal of the tabl

Re: [JDBC] JDBC test suite patch

2001-09-22 Thread Bruce Momjian
Patch applied. Thanks. > > I tried sending the email to jdbc and patches on the 17th but it didn't get > through. I'm attempting again.. > > The attached patch is my first run-through of the JDBC test suite. A > summary of changes: > > . removal of the tablename property from build.xml >

Re: [JDBC] JDBC test suite patch

2001-09-21 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > > I tried sending the email to jdbc and patches on the 17th but it didn't get > through. I'm attempting again.. > > The