[jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2006-08-10 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-353?page=all ] Kathey Marsden updated DERBY-353: - Fix Version/s: 10.1.3.2 Fixed in 10.1.3.2 Date: Thu Aug 10 06:43:20 2006 New Revision: 430381 URL: http://svn.apache.org/viewvc?rev=430381&view=rev Log: DERB

Re: [jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-09-04 Thread V Narayanan
Hi Satheesh, Thanx for committing! I just wanted to point out that this patch also fixes DERBY-439. This was the test case pointed out which was returning null. This returns the correct value now. ij> connect 'jdbc:derby:mydb;create=true'; ij> CREATE TABLE MYTABLE ( MYTABLE_ID BIGINT NO

Re: [jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-09-02 Thread Satheesh Bandaram
This patch is committed. Thanks Narayanan for the patch and Rick for the reviews. Satheesh Sending    java\engine\org\apache\derby\impl\sql\execute\InsertResultSet.java Sending    java\testing\org\apache\derbyTesting\functionTests\master\DerbyNet\autoGeneratedJdbc30.out Sending   

[jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-08-31 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-353?page=all ] V.Narayanan updated DERBY-353: -- Attachment: patch353.diff Hi, As Rick has pointed out the problem was because of a missed cannon only. The patch now includes the missed changes. Narayanan > It

[jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-08-31 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-353?page=all ] V.Narayanan updated DERBY-353: -- Attachment: (was: patch353.diff) > It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user > specified value or system generated value for

Re: [jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-08-30 Thread Satheesh Bandaram
Hope you have seen the note from Rick. Once you address test failure, I will look into committing the patch. Satheesh V.Narayanan (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-353?page=all ] V.Narayanan updated DERBY-353: -- Attachment: x

[jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-08-19 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-353?page=all ] V.Narayanan updated DERBY-353: -- Attachment: patch353.diff > It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user > specified value or system generated value for BY DEFAULT

[jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-08-10 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-353?page=all ] V.Narayanan updated DERBY-353: -- Attachment: xyz.diff Hi, I have attached with this email the diff file of the fix for DERBY-353 and DERBY-439. About the fix - a) Inside the InsertRes

[jira] Updated: (DERBY-353) It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity columns.

2005-06-16 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-353?page=all ] Satheesh Bandaram updated DERBY-353: Summary: It is desirable to have IDENTITY_VAL_LOCAL() function return last recent user specified value or system generated value for BY DEFAULT identity