Re: [PATCH] Derby-174

2005-03-30 Thread Shreyas Kaushik
Thanks Satheesh. Please find the patch attached, after adding this test to the jdbcapi.runall file. ~ Shreyas Satheesh Bandaram wrote: I have submitted this patch. Thanks for adding new test case to test both. But the new test is not part of any test suite, so it may not get run even though it

Re: [PATCH] Derby-174

2005-03-30 Thread Satheesh Bandaram
Submitted this patch. Satheesh Sending java\testing\org\apache\derbyTesting\functionTests\suites\jdbcapi.runall Transmitting file data . Committed revision 159474. Shreyas Kaushik wrote: Thanks Satheesh. Please find the patch attached, after adding this test to the jdbcapi.runall

Re: [PATCH] Derby-174

2005-03-29 Thread Shreyas Kaushik
Sateesh, Did you have a chance to look into this? ~ Shreyas Shreyas Kaushik wrote: Attached is the latest patch with the changes. thanks Shreyas Satheesh Bandaram wrote: I will submit your patches after your changes. Satheesh Shreyas Kaushik wrote: I guess this is an IDE trick , I'll change

Re: [PATCH] Derby-174

2005-03-29 Thread Satheesh Bandaram
I have submitted this patch. Thanks for adding new test case to test both. But the new test is not part of any test suite, so it may not get run even though it is there. Can you add the test case into 'jdbcapi' or 'derbylang' test suites? Sending

Re: [PATCH] Derby-174

2005-03-24 Thread Shreyas Kaushik
Attached is the latest patch with the changes. thanks Shreyas Satheesh Bandaram wrote: I will submit your patches after your changes. Satheesh Shreyas Kaushik wrote: I guess this is an IDE trick , I'll change this. ~ Shreyas Army wrote: [EMAIL PROTECTED] wrote -import java.sql.Date;

Re: [PATCH] Derby-174

2005-03-23 Thread Shreyas Kaushik
I guess this is an IDE trick , I'll change this. ~ Shreyas Army wrote: [EMAIL PROTECTED] wrote -import java.sql.Date; -import java.sql.Time; -import java.sql.Timestamp; -import java.sql.Types; -import java.sql.ResultSet; -import java.sql.SQLException; +import java.sql.*; I apologize if this is

[PATCH] Derby-174

2005-03-22 Thread Shreyas Kaushik
Find the patch for this attached. I will send the test patch in a seperate mail. ~ Shreyas Index: java/engine/org/apache/derby/iapi/types/SQLTimestamp.java === --- java/engine/org/apache/derby/iapi/types/SQLTimestamp.java

Re: [PATCH] Derby-174

2005-03-22 Thread Mamta Satoor
On Tue, 22 Mar 2005 13:33:25 +0530, Shreyas Kaushik [EMAIL PROTECTED] wrote: Find the patch for this attached. I will send the test patch in a seperate mail. ~ Shreyas Index: java/engine/org/apache/derby/iapi/types/SQLTimestamp.java

Re: [PATCH] Derby-174

2005-03-22 Thread Shreyas Kaushik
Hi Mamta, Thanks for your comments. Currently the *setInto* method is not overridden in SQLTimestamp.java, hence it uses the one defined in DataType.java which is as shown below, public void setInto(PreparedStatement ps, int position) throws SQLException, StandardException {