Re: [JDBC] Re: [INTERFACES] Trouble with JDBC2 ResultSet.getDate()

2001-03-21 Thread Peter T Mount
Quoting Barry Lind <[EMAIL PROTECTED]>: > Actually it was the changes in version 1.21 on 2/13 that broke this. > The cvs log for that change includes the following comment: > - Removed need for SimpleDateFormat in ResultSet.getDate() improving > performance. > > My guess is the the code as w

Re: [JDBC] Re: [INTERFACES] Trouble with JDBC2 ResultSet.getDate()

2001-03-21 Thread Juhan-Peep Ernits
On Tue, 20 Mar 2001, Barry Lind wrote: > Actually it was the changes in version 1.21 on 2/13 that broke this. > The cvs log for that change includes the following comment: > - Removed need for SimpleDateFormat in ResultSet.getDate() improving > performance. Yes, of course. My mistake. > M