Re: Missing release notes

2006-09-15 Thread Knut Anders Hatlen
Rick Hillegas [EMAIL PROTECTED] writes: The following issues are marked as needing release notes. However, I can't find release notes attached to these issues. Could the owners of these JIRAs help me find the missing release notes? More specifically, could the owners do something like the

[jira] Commented: (DERBY-1665) Incorrect JavaDoc for Qualifier interface

2006-09-15 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1665?page=comments#action_12434905 ] Andrew McIntyre commented on DERBY-1665: Committed fix to trunk (currentle 10.3.0.0) with revision 446536 to fix the formatting in Qualifier. Incorrect

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Vemund Ostgaard
Daniel John Debrunner wrote: I'm trying to understand the expected behaviour of the assignment of columns from an EOD SQL @Select to a data class using JavaBeans style property accessors. I'm looking at section 19.1.5 User Class of JDBC 4.0. I have a class similar to the example but a little

[jira] Resolved: (DERBY-1804) [DOC] CAST conversions between data types table is incorrect in Reference manual in some VARCHAR and TIMESTAMP cases

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1804?page=all ] Knut Anders Hatlen resolved DERBY-1804. --- Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Thanks, Laura and Susan! Committed revision

[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12434908 ] Knut Anders Hatlen commented on DERBY-1326: --- Committed derby-1326-cleanup_exceptions.diff with revision 446538. Network server may abandon sessions

Regression Test Failure! - Derby 443427 - Sun DBTG

2006-09-15 Thread Ole . Solberg
[Auto-generated mail] *Derby* 443427/2006-09-14 19:46:05 CEST *derbyall* Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 1687686 0 107.25% SunOS-5.10_i86pc-i386 Details in

[jira] Updated: (DERBY-746) NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-746?page=all ] Rick Hillegas updated DERBY-746: Derby Info: (was: [Release Note Needed]) Toggling off release note needed because this patch went into 10.1.3 and was described there. NullPointerException

[jira] Closed: (DERBY-746) NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-746?page=all ] Rick Hillegas closed DERBY-746. --- Resolution: Fixed NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

[jira] Reopened: (DERBY-746) NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-746?page=all ] Rick Hillegas reopened DERBY-746: - NullPointerException when 'encryptionKey' length is an odd number, or it contains invalid chars

Re: Missing release notes

2006-09-15 Thread Rick Hillegas
Thanks, Knut Anders. Could you do me a favor and rephrase the release note for DERBY-1314 so that it follows the standard format (Problem, Symptoms, Cause, Solution, Workaround). This will really help me. Thanks, -Rick Knut Anders Hatlen wrote: Rick Hillegas [EMAIL PROTECTED] writes:

[jira] Commented: (DERBY-801) Allow parallel access to data files.

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-801?page=comments#action_12434965 ] Knut Anders Hatlen commented on DERBY-801: -- I will hold the commit until Anders has responded to the questions from Suresh. 1, 2 and 3 seem like trivial

[jira] Updated: (DERBY-1706) NullPointerException occurs when trying to create a table in schema SESSION

2006-09-15 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1706?page=all ] Mamta A. Satoor updated DERBY-1706: --- Attachment: DERBY1706NPEwithSessionSchemaV3diff.txt Yip, thanks for doing the code review. Here is the patch DERBY1706NPEwithSessionSchemaV3diff.txt

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Daniel John Debrunner
Vemund Ostgaard wrote: Daniel John Debrunner wrote: If my select returns a column called 'NAME' then it does not map to the JavaBean property called 'name'. Instead the name of the column needs to map to the name of the private field, 'myName'. Then the field is set correctly but the setter

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Attachment: derby-1326-skipThreads.diff Attaching patch (derby-1326-skipThreads.diff) which modifies NetworkServerControlImpl the same way as

[jira] Updated: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=all ] Knut Anders Hatlen updated DERBY-1326: -- Derby Info: [Patch Available] Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

[jira] Commented: (DERBY-1839) Doc Review Updates - Ref Manual

2006-09-15 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1839?page=comments#action_12434976 ] Mamta A. Satoor commented on DERBY-1839: Laura, I just started looking at the patch and have following comment for GRANT statement page

[jira] Updated: (DERBY-1853) Create a template for Release Notes for inclusion in our release distributions.

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1853?page=all ] Rick Hillegas updated DERBY-1853: - Attachment: RELEASE-NOTES.html derby-1853-releaseNotes-v02.diff Hi, Andrew. I have relocated the section on build environment to the end of

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Lance J. Andersen
It is definitely a bug Dan if it has not been resolved. If you feel the section in the spec could be clearer, please let me know as i have a small window to clarify this area. -lance Daniel John Debrunner wrote: Vemund Ostgaard wrote: Daniel John Debrunner wrote:

[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12434985 ] Knut Anders Hatlen commented on DERBY-1326: --- Deepa wrote: I still cannot wrap my head around old sessions hanging around in the server. They hang

Re: Missing release notes

2006-09-15 Thread Fernanda Pizzorno
Should I use the same format (Problem, Symptoms, Cause, Solution, Workaround) for new features like scrollable updatable result sets(DERBY-690)? - Fernanda Rick Hillegas wrote: Thanks, Knut Anders. Could you do me a favor and rephrase the release note for DERBY-1314 so that it follows the

[jira] Updated: (DERBY-1799) SUR: current row not locked when renavigating to it, in queries with indexes

2006-09-15 Thread Fernanda Pizzorno (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1799?page=all ] Fernanda Pizzorno updated DERBY-1799: - Attachment: derby-1799.diff derby-1799.stat The attached patch (derby-1799.diff) implements a similar mechanism for BTreeScan to the

[jira] Commented: (DERBY-1326) Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

2006-09-15 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1326?page=comments#action_12434998 ] Deepa Remesh commented on DERBY-1326: - I'll file a separate issue for removing all the existing sessions after a restart. From Knut's comments, this is only

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Daniel John Debrunner
Lance J. Andersen wrote: It is definitely a bug Dan if it has not been resolved. If you feel the section in the spec could be clearer, please let me know as i have a small window to clarify this area. I think if the functionality is working then the spec is fine, I only got confused by the

[jira] Commented: (DERBY-1547) Add svn version number to DatabaseMetaData getDatabaseProductVersion and getDriverVersion() to improve supportability

2006-09-15 Thread John H. Embretsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1547?page=comments#action_12435003 ] John H. Embretsen commented on DERBY-1547: -- I looked a bit closer at some of the substitution patterns in the latest patch, 'DERBY-1547-sed-v1.diff ',

[jira] Created: (DERBY-1855) Clean up old sessions in network server after Derby engine is shutdown

2006-09-15 Thread Deepa Remesh (JIRA)
Clean up old sessions in network server after Derby engine is shutdown -- Key: DERBY-1855 URL: http://issues.apache.org/jira/browse/DERBY-1855 Project: Derby Issue Type:

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Vemund Ostgaard
Daniel John Debrunner wrote: Vemund Ostgaard wrote: Daniel John Debrunner wrote: If my select returns a column called 'NAME' then it does not map to the JavaBean property called 'name'. Instead the name of the column needs to map to the name of the

[jira] Reopened: (DERBY-690) Add scrollable, updatable, insensitive result sets

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-690?page=all ] Rick Hillegas reopened DERBY-690: - Add scrollable, updatable, insensitive result sets -- Key: DERBY-690

[jira] Updated: (DERBY-690) Add scrollable, updatable, insensitive result sets

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-690?page=all ] Rick Hillegas updated DERBY-690: Derby Info: [Patch Available] (was: [Patch Available, Release Note Needed]) Toggling off the release note needed flag since I'm already tracking this for the

[jira] Closed: (DERBY-690) Add scrollable, updatable, insensitive result sets

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-690?page=all ] Rick Hillegas closed DERBY-690. --- Resolution: Fixed Add scrollable, updatable, insensitive result sets -- Key: DERBY-690

Re: Missing release notes

2006-09-15 Thread Rick Hillegas
Hi Fernanda, Thanks for bringing this up. I have toggled off the release note needed flag since I'm already tracking this issue separately and expect to cull my description from the 10.2 snapshot wiki page. I will go through the rest of the issues that are flagged as needing release notes

[jira] Subscription: Derby: JIRA issues with patch available

2006-09-15 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (19 issues) Subscriber: derby-dev Key Summary DERBY-1326 Network server may abandon sessions when Derby system is shutdown and this causes intermittent hangs in the client

[jira] Updated: (DERBY-928) Add ability to network server to accept connections with a certain security mechanism.

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-928?page=all ] Rick Hillegas updated DERBY-928: Derby Info: (was: [Release Note Needed]) Toggling off the release note needed flag since I'm already tracking this issue on the 10.2 snapshot wiki page.

Re: Missing release notes

2006-09-15 Thread Rick Hillegas
I have toggled off the release note needed flag on DERBY-1314 and DERBY-928 because these issues are already tracked on the 10.2 snapshot wiki page. Regards, -Rick Fernanda Pizzorno wrote: Should I use the same format (Problem, Symptoms, Cause, Solution, Workaround) for new features like

[jira] Updated: (DERBY-1729) Invoking Java stored procedure that contains GRANT or REVOKE statement with CONTAINS SQL should fail.

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1729?page=all ] Mike Matrigali updated DERBY-1729: -- committed the jdk16 specific master: m3_16:81svn commit Adding java\testing\org\apache\derbyTesting\functionTests\master\jdk16\grantRevokeDDL2.out

[jira] Assigned: (DERBY-1847) SELECT statement asserts with XJ001 when attempted to select a newly added column in SQL authorization mode

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1847?page=all ] Yip Ng reassigned DERBY-1847: - Assignee: Yip Ng SELECT statement asserts with XJ001 when attempted to select a newly added column in SQL authorization mode

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Daniel John Debrunner
Vemund Ostgaard wrote: My understanding was that this would be fixed by 6460994, which went into b97. Is there a link for that bug? It's not found at: http://bugs.sun.com/bugdatabase/index.jsp Google shows nothing obvious for it. Thanks, Dan.

[jira] Commented: (DERBY-1271) Release documentation for JDBC4 release

2006-09-15 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1271?page=comments#action_12435040 ] Jean T. Anderson commented on DERBY-1271: - OK, here's what I'm working to now: Attention: Derby Version 10.2 includes JDBC 4.0 functionality based on a

[jira] Assigned: (DERBY-1847) SELECT statement asserts with XJ001 when attempted to select a newly added column in SQL authorization mode

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1847?page=all ] Yip Ng reassigned DERBY-1847: - Assignee: (was: Yip Ng) Unassigning myself from this jira, just realized that I still have another jira issue open. SELECT statement asserts with XJ001 when

[jira] Commented: (DERBY-1839) Doc Review Updates - Ref Manual

2006-09-15 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1839?page=comments#action_12435060 ] Mamta A. Satoor commented on DERBY-1839: The page for CREATE SCHEMA rrefsqlj31580.html has following syntax CREATE SCHEMA schemaName AUTHORIZATION

[jira] Commented: (DERBY-1839) Doc Review Updates - Ref Manual

2006-09-15 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1839?page=comments#action_12435062 ] Mamta A. Satoor commented on DERBY-1839: The page for CREATE VIEW rrefsqlj15446.html has following information If the view owner have been granted

[jira] Commented: (DERBY-1271) Release documentation for JDBC4 release

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1271?page=comments#action_12435063 ] Rick Hillegas commented on DERBY-1271: -- Hi Jean, If you do refine the version number, I would recommend making the same change to the conrefs.dita for all

[jira] Commented: (DERBY-1547) Add svn version number to DatabaseMetaData getDatabaseProductVersion and getDriverVersion() to improve supportability

2006-09-15 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1547?page=comments#action_12435064 ] Andrew McIntyre commented on DERBY-1547: Since svn versions can be of the form {rev} or {rev}:{rev} where rev is an integer, and the M may or may not be

[jira] Commented: (DERBY-1271) Release documentation for JDBC4 release

2006-09-15 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1271?page=comments#action_12435070 ] Jean T. Anderson commented on DERBY-1271: - Thanks, Rick, I agree and will leave that version number be. Release documentation for JDBC4 release

[jira] Commented: (DERBY-1853) Create a template for Release Notes for inclusion in our release distributions.

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1853?page=comments#action_12435073 ] Rick Hillegas commented on DERBY-1853: -- Committed second version at subversion revision 446672. Create a template for Release Notes for inclusion in our

[jira] Commented: (DERBY-1706) NullPointerException occurs when trying to create a table in schema SESSION

2006-09-15 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1706?page=comments#action_12435075 ] Suresh Thalamati commented on DERBY-1706: - Hi Mamta, just a general question: Why is it necessary to allow users to create a non-temporary tables in the

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-441583-to-441723.diff Committed derby-1725-merge-441583-to-441723.diff at subversion revision 446679. This merges the following

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Daniel John Debrunner
Daniel John Debrunner wrote: Lance J. Andersen wrote: It is definitely a bug Dan if it has not been resolved. If you feel the section in the spec could be clearer, please let me know as i have a small window to clarify this area. I think if the functionality is working then the spec is

[jira] Created: (DERBY-1856) Multiple communication failures when starting server with derby.drda.timeSlice

2006-09-15 Thread Sunitha Kambhampati (JIRA)
Multiple communication failures when starting server with derby.drda.timeSlice --- Key: DERBY-1856 URL: http://issues.apache.org/jira/browse/DERBY-1856 Project: Derby

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-441778-to-442648.diff Committed derby-1725-merge-441778-to-442648.diff at subversion revision 446700. This merges the following

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-442673-to-442738.diff Commit derby-1725-merge-442673-to-442738.diff at subversion revision 446703. This merges the following

[jira] Updated: (DERBY-1844) jdbcapi/blobclob4BLOB.java fails with JCC drivers

2006-09-15 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1844?page=all ] Deepa Remesh updated DERBY-1844: Environment: IBM JDK 1.4.2 Failure seen on IBM JDK 1.4.2. jdbcapi/blobclob4BLOB.java fails with JCC drivers

[jira] Created: (DERBY-1857) Constraint got dropped incorrectly when a reference privilege is revoked.

2006-09-15 Thread Yip Ng (JIRA)
Constraint got dropped incorrectly when a reference privilege is revoked. - Key: DERBY-1857 URL: http://issues.apache.org/jira/browse/DERBY-1857 Project: Derby Issue

[jira] Updated: (DERBY-1725) Placeholder for 10.2 merges

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1725?page=all ] Rick Hillegas updated DERBY-1725: - Attachment: derby-1725-merge-443037-to-446673.diff Committed derby-1725-merge-443037-to-446673.diff at subversion revision 446709. This merges the following

[jira] Assigned: (DERBY-464) Enhance Derby by adding grant/revoke support. Grant/Revoke provide finner level of privileges than currently provided by Derby that is especially useful in network configu

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-464?page=all ] Mike Matrigali reassigned DERBY-464: Assignee: (was: Satheesh Bandaram) Satheesh is having trouble accessing JIRA, he asked me to unassign him from this issue. He has completed all

[doc] fullversionnumber variable for the devguide is set differently

2006-09-15 Thread Jean T. Anderson
I'm putting the JDBC 4.0 warning text into a variable in the conrefs.dita file for each book, which lets me simply include a reference in each file that needs the warning that looks like this : pph conref=refconrefs.dita#vers/jdbc4disclaimer/ph/p The new variable uses the fullversionnumber

Re: possible JDBC 4 EOD bug??

2006-09-15 Thread Lance J. Andersen
Daniel John Debrunner wrote: Daniel John Debrunner wrote: Lance J. Andersen wrote: It is definitely a bug Dan if it has not been resolved. If you feel the section in the spec could be clearer, please let me know as i have a small window to clarify this area.

[jira] Commented: (DERBY-147) ERROR 42X79 not consistant ? - same column name specified twice

2006-09-15 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-147?page=comments#action_12435108 ] Bryan Pendleton commented on DERBY-147: --- Hi Bernd, I am interested in this problem too, as it affects one of my applications. I would like to work with you

[jira] Resolved: (DERBY-1810) derbynet/testProperties fails when timeout set to low.

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1810?page=all ] Mike Matrigali resolved DERBY-1810. --- Resolution: Fixed derbynet/testProperties fails when timeout set to low. -- Key:

[jira] Commented: (DERBY-1839) Doc Review Updates - Ref Manual

2006-09-15 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1839?page=comments#action_12435113 ] Mamta A. Satoor commented on DERBY-1839: I was reviewing CREATE TRIGGER rrefsqlj43125.html and found following sentence there. It does not sound right For

[jira] Commented: (DERBY-1784) When qualifying a column name with its synonym name in the select list, Derby throws SQLSTATE 42X04.

2006-09-15 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1784?page=comments#action_12435117 ] A B commented on DERBY-1784: I reviewed derby1784-trunk-diff03a.txt and the changes look good overall. I confirmed that the patch applies and builds, and I ran the

[jira] Resolved: (DERBY-1675) Network Server should not send to client that it supports EUSRIDPWD when running against Sun JVM

2006-09-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1675?page=all ] Sunitha Kambhampati resolved DERBY-1675. Fix Version/s: 10.2.2.0 Resolution: Fixed Derby Info: (was: [Patch Available]) This fix is backported to 10.2 as part of the

[jira] Commented: (DERBY-1854) SYSCS_COMPRESS_TABLE corrupts table with a single column which is both a primary key and a foreign key

2006-09-15 Thread Chad Loder (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1854?page=comments#action_12435118 ] Chad Loder commented on DERBY-1854: --- Also reproducible in trunk (and thus 10.2) SYSCS_COMPRESS_TABLE corrupts table with a single column which is both a

[jira] Updated: (DERBY-1675) Network Server should not send to client that it supports EUSRIDPWD when running against Sun JVM

2006-09-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1675?page=all ] Sunitha Kambhampati updated DERBY-1675: --- Fix Version/s: 10.2.1.0 (was: 10.2.2.0) Network Server should not send to client that it supports EUSRIDPWD when

[jira] Created: (DERBY-1858) A schema can be dropped by a non-schema owner in SQL authorization mode

2006-09-15 Thread Yip Ng (JIRA)
A schema can be dropped by a non-schema owner in SQL authorization mode --- Key: DERBY-1858 URL: http://issues.apache.org/jira/browse/DERBY-1858 Project: Derby Issue Type:

[jira] Updated: (DERBY-1694) derbynet/testProperties.java hangs

2006-09-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1694?page=all ] Sunitha Kambhampati updated DERBY-1694: --- Attachment: derby1694.p2.diff.txt derby1694.p2.stat.txt I was looking at the testProperties issue that caused problems because of

[jira] Updated: (DERBY-1694) derbynet/testProperties.java hangs

2006-09-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1694?page=all ] Sunitha Kambhampati updated DERBY-1694: --- Derby Info: [Patch Available] derby1694.p2.diff.txt patch available for review. derbynet/testProperties.java hangs

[jira] Updated: (DERBY-1522) Switch(if supported) from Derby Authorization to Derby SQL Standard Authorization needs to be tested

2006-09-15 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1522?page=all ] Deepa Remesh updated DERBY-1522: Fix Version/s: 10.3.0.0 Derby Info: (was: [Patch Available]) Switch(if supported) from Derby Authorization to Derby SQL Standard Authorization

[jira] Assigned: (DERBY-1827) DatabasePropertyTestSetup.tearDown method gives exception when resetting properties

2006-09-15 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1827?page=all ] Deepa Remesh reassigned DERBY-1827: --- Assignee: Deepa Remesh DatabasePropertyTestSetup.tearDown method gives exception when resetting properties

[jira] Closed: (DERBY-1827) DatabasePropertyTestSetup.tearDown method gives exception when resetting properties

2006-09-15 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1827?page=all ] Deepa Remesh closed DERBY-1827. --- Fix Version/s: 10.2.1.0 10.3.0.0 Resolution: Fixed This was fixed as part of DERBY-1522. DatabasePropertyTestSetup.tearDown method

[jira] Resolved: (DERBY-1522) Switch(if supported) from Derby Authorization to Derby SQL Standard Authorization needs to be tested

2006-09-15 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1522?page=all ] Deepa Remesh resolved DERBY-1522. - Resolution: Fixed Verified the fix for this issue is in trunk and 10.2. Thanks Mike and Rick for the commits. Switch(if supported) from Derby

[jira] Updated: (DERBY-1810) derbynet/testProperties fails when timeout for successful ping is low.

2006-09-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1810?page=all ] Sunitha Kambhampati updated DERBY-1810: --- Summary: derbynet/testProperties fails when timeout for successful ping is low. (was: derbynet/testProperties fails when timeout set to low.)

[jira] Created: (DERBY-1859) No error thrown for an EOD query when allColumnsMapped=true but the data type of the field does not match the column in the query.

2006-09-15 Thread Daniel John Debrunner (JIRA)
No error thrown for an EOD query when allColumnsMapped=true but the data type of the field does not match the column in the query. -- Key: DERBY-1859

[jira] Closed: (DERBY-1675) Network Server should not send to client that it supports EUSRIDPWD when running against Sun JVM

2006-09-15 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1675?page=all ] Sunitha Kambhampati closed DERBY-1675. -- Network Server should not send to client that it supports EUSRIDPWD when running against Sun JVM

[jira] Resolved: (DERBY-1809) Built-in functions not working in views.

2006-09-15 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1809?page=all ] Daniel John Debrunner resolved DERBY-1809. -- Fix Version/s: 10.2.1.0 Resolution: Fixed Built-in functions not working in views.

[jira] Commented: (DERBY-1777) Regression: query works in 10.1.2.1 but fails with NullPointerException in 10.2.1.1

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1777?page=comments#action_12435138 ] Rick Hillegas commented on DERBY-1777: -- Thanks for the patch Army. The changes are small and focussed and look like an incremental improvement. I will run

[jira] Updated: (DERBY-1844) jdbcapi/blobclob4BLOB.java fails with JCC drivers

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1844?page=all ] Mike Matrigali updated DERBY-1844: -- I also saw this diff in my nightly run against an ibm 1.4.2 jvm. I know there was a recent change that eliminated some jvm specific masters, do we need one

[jira] Commented: (DERBY-1857) Constraint got dropped incorrectly when a reference privilege is revoked.

2006-09-15 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1857?page=comments#action_12435141 ] Rajesh Kartha commented on DERBY-1857: -- ij(USER1) revoke references (c1) on rt1 from public; Shouldn' t this revoke statement fail, I think the revoke

[jira] Commented: (DERBY-1686) Grant/Revoke: Attempt to GRANT access to another user on a VIEW, created by the current user with only SELECT privilege on the base table does not fail

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1686?page=comments#action_12435142 ] Yip Ng commented on DERBY-1686: --- Most of the 2850* SQLSTATE applies to a specific type of object. i.e.: tables. The error here applies to view and I need

[jira] Updated: (DERBY-1736) Additonal Grant and Revoke tests

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1736?page=all ] Yip Ng updated DERBY-1736: -- Attachment: derby1736-trunk-stat01.txt derby1736-trunk-diff01.txt Attaching patch derby1736-trunk-diff01.txt additional testcases for grant and revoke.

[jira] Updated: (DERBY-1736) Additonal Grant and Revoke tests

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1736?page=all ] Yip Ng updated DERBY-1736: -- Derby Info: [Patch Available] Additonal Grant and Revoke tests Key: DERBY-1736 URL:

[jira] Updated: (DERBY-178) Provide line number information in distribution's class files

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-178?page=all ] Rick Hillegas updated DERBY-178: Derby Info: (was: [Release Note Needed]) Toggling off the release note needed flag since this release note went into 10.1.3. Provide line number

[jira] Updated: (DERBY-1784) When qualifying a column name with its synonym name in the select list, Derby throws SQLSTATE 42X04.

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1784?page=all ] Mike Matrigali updated DERBY-1784: -- I plan to work on committing this change. I have run full set of tests against ibm1.4.2 JVM and got 2 unrelated expected/intermittent test failures in :

[jira] Closed: (DERBY-1618) store/BootAllTest.junit fails on with jdk13 based jvms

2006-09-15 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1618?page=all ] Myrna van Lunteren closed DERBY-1618. - mega-merged into 10.2 with 446709. store/BootAllTest.junit fails on with jdk13 based jvms --

[jira] Updated: (DERBY-1271) Release documentation for JDBC4 release

2006-09-15 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1271?page=all ] Jean T. Anderson updated DERBY-1271: Attachment: JWarn-ref-src-1.diff JWarn-ref-review-1.zip This adds the JDBC 4.0 warning to files in the Reference Guide:

[jira] Commented: (DERBY-939) NullPointerException at ResultSet.close() time for simple query using UNION and INTERSECT

2006-09-15 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-939?page=comments#action_12435151 ] Rick Hillegas commented on DERBY-939: - Can someone please explain to me why this issue requires a release note? Why shouldn't this issue just appear in the

[jira] Updated: (DERBY-1799) SUR: current row not locked when renavigating to it, in queries with indexes

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1799?page=all ] Mike Matrigali updated DERBY-1799: -- I am planning on reviewing this change, but probably won't get to it until end of business monday 9/18 , PST. From the description I am a little worried that

[jira] Commented: (DERBY-1784) When qualifying a column name with its synonym name in the select list, Derby throws SQLSTATE 42X04.

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1784?page=comments#action_12435152 ] Yip Ng commented on DERBY-1784: --- Thanks for taking the time to review the patch, Army. Responses to your questions/comments: 1) One would use getOrigTableName()

[jira] Updated: (DERBY-1696) transaction may sometimes keep lock on a row after moving off the resultset in scrollable updatable resultset

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1696?page=all ] Mike Matrigali updated DERBY-1696: -- Is a subsequent patch coming for this issue, I was going to review but it read as if a new patch was coming. I will be reviewing the patch for DERBY-1799 but

Re: [jira] Commented: (DERBY-939) NullPointerException at ResultSet.close() time for simple query using UNION and INTERSECT

2006-09-15 Thread Yip Ng
I don't think this issue requires a release note.On 9/15/06, Rick Hillegas (JIRA) derby-dev@db.apache.org wrote:[ http://issues.apache.org/jira/browse/DERBY-939?page=comments#action_12435151 ]Rick Hillegas commented on DERBY-939:-Can someone please explain to

[jira] Updated: (DERBY-1736) Additonal Grant and Revoke tests

2006-09-15 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1736?page=all ] Mike Matrigali updated DERBY-1736: -- Affects Version/s: 10.3.0.0 committed derby1736-trunk-diff01.txt patch to trunk, changes should be merged to 10.2. m3_16:116svn commit Sending

[jira] Updated: (DERBY-1784) When qualifying a column name with its synonym name in the select list, Derby throws SQLSTATE 42X04.

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1784?page=all ] Yip Ng updated DERBY-1784: -- Attachment: derby1784-trunk-stat03b.txt derby1784-trunk-diff03b.txt Attaching derby1784-trunk-diff03b.txt to address Army's comments and suggestions.

[jira] Commented: (DERBY-1271) Release documentation for JDBC4 release

2006-09-15 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1271?page=comments#action_12435159 ] Jean T. Anderson commented on DERBY-1271: - task files have the same issue as concept files, incidently. One option might be to just add the JDBC 4.0

EXTENDED TIMEFRAME: Regression Search and Destroy contest

2006-09-15 Thread Stanley Bradbury
Remember the Derby 10.2 Regression Search and Destroy contest? To encourage more testing the Judges have decided to extend the contest so there is still time to enter a submission. (for information see: http://wiki.apache.org/db-derby/RegressionSearchAndDestroy). A 10.2 release candidate

[jira] Commented: (DERBY-1857) Constraint got dropped incorrectly when a reference privilege is revoked.

2006-09-15 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1857?page=comments#action_12435164 ] Yip Ng commented on DERBY-1857: --- According to SQL:2003 spec, 12.3 privileges, under Format: REFERENCES [ left paren privilege column list right paren ] and under

[jira] Commented: (DERBY-147) ERROR 42X79 not consistant ? - same column name specified twice

2006-09-15 Thread Bernd Ruehlicke (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-147?page=comments#action_12435170 ] Bernd Ruehlicke commented on DERBY-147: --- Hi Bryan, I checked out 10.1.3.2 and applied the code changes in my latest comment above (NOT the original patch I

[jira] Commented: (DERBY-147) ERROR 42X79 not consistant ? - same column name specified twice

2006-09-15 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-147?page=comments#action_12435172 ] Bryan Pendleton commented on DERBY-147: --- Hi Bernd, It is great to hear that you have been successful with this fix in your environment. Let me see if I can

[jira] Assigned: (DERBY-147) ERROR 42X79 not consistant ? - same column name specified twice

2006-09-15 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-147?page=all ] Bryan Pendleton reassigned DERBY-147: - Assignee: Bryan Pendleton ERROR 42X79 not consistant ? - same column name specified twice

[jira] Updated: (DERBY-1589) CREATE TABLE throws NullPointerException in Derby SQL Standard Authorization after DROPs and REVOKES

2006-09-15 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1589?page=all ] Bryan Pendleton updated DERBY-1589: --- Attachment: createDependency.diff After some more testing, I think that this patch is a reasonable fix. Attached is createDependency.diff, which changes

[jira] Updated: (DERBY-1589) CREATE TABLE throws NullPointerException in Derby SQL Standard Authorization after DROPs and REVOKES

2006-09-15 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1589?page=all ] Bryan Pendleton updated DERBY-1589: --- Derby Info: [Patch Available] CREATE TABLE throws NullPointerException in Derby SQL Standard Authorization after DROPs and REVOKES