From: thhal at mailblocks.com (Thomas Hallgren) Date: Tue, 08 Mar 2005 16:08:12 +0100 Subject: [Pljava-dev] Re: [PLJAVA] ResultSet.getTime() returns garbage. (ID: 1206) (new) In-Reply-To: <006301c523f0$3f74ce70$1e03a8c0@fhrbek> References: <20050308101327.778AEB1D2F8@gborg.postgresql.org> <006301c523f0$3f74ce70$1e03a8c0@fhrbek> Message-ID: <422DBFDC.4000403@mailblocks.com> Filip Hrbek wrote: >Thomas, >you have probably solved the problem, haven't you? > > Yes. It's in cvs head. >I added an example & test which allows executing any SELECT statement. This >function returns set of varchar containing >column names & classes in the first row >semicolon-separated values in all other rows > >Using this function (executeSelect), I can test how the SPIResultSet works. > > Ok. Good to have for the future. For this particular bug I added a "javatest.getTimeAsString()" function to the examples package that is hardcoded to execute a query for current time and return the first row of the result as a string. - thomas