[jira] Commented: (DERBY-336) The wrong overload of StandardException::newException() is used in some cases

2005-06-28 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-336?page=comments#action_12314591 ] David Van Couvering commented on DERBY-336: --- Hi, Dyre, your responses seem good. There is still something funny about FILE_CANNOT_REMOVE_FILE. If there is a case

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314592 ] Mamta A. Satoor commented on DERBY-382: --- The format of the DECLARE GLOBAL TEMPORARY TABLE documentation page got changed from 10.0 documentation to 10.1 documentation.

[jira] Created: (DERBY-396) Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN

2005-06-28 Thread Kumar Matcha (JIRA)
Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN -- Key: DERBY-396 URL: http://issues.apache.org/jira/browse/DERBY-396 Project: Derby Type: New Feature Components: SQL Environment: LINUX

Typo in Derby Versioning Scheme Paper?

2005-06-28 Thread sissonj
The page http://incubator.apache.org/derby/papers/versionupgrade.html says: Minor.major.fixpack.point or M.m.f.p The initial version (as in the code drop from IBM) is set to 10.0.2.0 Major.minor is a typical major and minor release numbering scheme I think the Major.minor should be

[jira] Created: (DERBY-397) Make it sure for the connection to be closed in drda.Database#close() even if Exception happens in conn.rollback().

2005-06-28 Thread Tomohito Nakayama (JIRA)
Make it sure for the connection to be closed in drda.Database#close() even if Exception happens in conn.rollback(). Key: DERBY-397 URL:

[jira] Updated: (DERBY-397) Make it sure for the connection to be closed in drda.Database#close() even if Exception happens in conn.rollback().

2005-06-28 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-397?page=all ] Tomohito Nakayama updated DERBY-397: Description: If exeption was happen in conn.rollback() In the code of drda.Database#close, that connection was not closed and would be leaked.

Re: [jira] Updated: (DERBY-397) Make it sure for the connection to be closed in drda.Database#close() even if Exception happens in conn.rollback().

2005-06-28 Thread TomohitoNakayama
Hello. Creating this DERBY-397, I came to be able to have a question around drda.Database#close(). Why conn.rollback() is called from drda.Database#close() explicitly ...? Thinking Network connection works same as Embedded connection, calling conn.rollback() from drda.Database#close() is

Re: [jira] Updated: (DERBY-397) Make it sure for the connection to be closed in drda.Database#close() even if Exception happens in conn.rollback().

2005-06-28 Thread TomohitoNakayama
Hello. I annotated org.apache.derby.impl.drda.Database.java and found call of conn.rollback() exists from Initial code import... 37083 coar protected void close() throws SQLException 37083 coar { 37083 coar 37083 coar try { 37083 coarif (stmtTable != null)

[jira] Closed: (DERBY-302) Takes over 3 minutes to insert a 500kb String into CLOB

2005-06-28 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-302?page=all ] Sunitha Kambhampati closed DERBY-302: - Fix Version: 10.1.1.0 Resolution: Fixed has been committed with svn 190415. Takes over 3 minutes to insert a 500kb String into CLOB

[jira] Created: (DERBY-398) Exclude tests for J2ME/CDC/Foundation platform

2005-06-28 Thread Deepa Remesh (JIRA)
Exclude tests for J2ME/CDC/Foundation platform -- Key: DERBY-398 URL: http://issues.apache.org/jira/browse/DERBY-398 Project: Derby Type: Sub-task Components: Test Reporter: Deepa Remesh Exclude tests which use

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314628 ] Myrna van Lunteren commented on DERBY-382: -- comment further to Rajesh' comment (on June 26) re encryption: '1) Reference Guide - Setting attributes for the database

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Dan Scott (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314629 ] Dan Scott commented on DERBY-382: - Make signatures consistent: SYSCS_UTIL.SYSCS_SET_RUNTIMESTATISTICS and SYSCS_UTIL.SYSCS_SET_STATISTICS_TIMING use (IN dataType varName)

[jira] Commented: (DERBY-381) Doc review: Derby Server and Admin Guide

2005-06-28 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-381?page=comments#action_12314632 ] Kathey Marsden commented on DERBY-381: -- GENERAL Remove mydomain.com from all examples e.g e.g. change myserver.mydomain.com to just myserver PAGE 9

[jira] Commented: (DERBY-381) Doc review: Derby Server and Admin Guide

2005-06-28 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-381?page=comments#action_12314633 ] Mike Matrigali commented on DERBY-381: -- The reclaiming unused space section of the server guide should be updated to also mention the new space reclamation routine being

[jira] Commented: (DERBY-367) include documentation for SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE() in the documentation

2005-06-28 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-367?page=comments#action_12314634 ] Suresh Thalamati commented on DERBY-367: It might be good idea to mention about this new procedure in Server/Admin Guide: Reclaiming unused space: Chapter .

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Kathy Saunders (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314636 ] Kathy Saunders commented on DERBY-382: -- I reviewed functions. data types and expressions. All of my comments refer to the page numbers on a printed version of the PDF.

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Ramandeep Kaur (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314637 ] Ramandeep Kaur commented on DERBY-382: -- Reviewed Derby Reference Guide --- Derby exception messages and SQL states (print page 155-182).

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314638 ] Daniel John Debrunner commented on DERBY-382: - In the new section on error messages, I believe all mentions of severity should be removed. This is a derby specific

[jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual

2005-06-28 Thread Dan Scott (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314639 ] Dan Scott commented on DERBY-382: - Make parameter description agree with signature values in SYSCS_UTIL.SYSCS_IMPORT_DATA: Signature says: ... IN INSERTCOLUMNS

[jira] Commented: (DERBY-380) Doc Review: Derby Developer's Guide

2005-06-28 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-380?page=comments#action_12314642 ] Jean T. Anderson commented on DERBY-380: http://incubator.apache.org/derby/docs/devguide/cdevspecial847513.html Invoking a procedure using the CALL command Replace

[jira] Commented: (DERBY-384) Doc Review: Tuning Derby

2005-06-28 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-384?page=comments#action_12314646 ] Sunitha Kambhampati commented on DERBY-384: --- some comments on the pdf version, using page numbers on the pdf sheet. 1) page14: under performance tradeoffs of

[jira] Updated: (DERBY-381) Doc review (CLOSED TO FURTHER COMMENTS): Derby Server and Admin Guide

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-381?page=all ] Jeff Levitt updated DERBY-381: -- Summary: Doc review (CLOSED TO FURTHER COMMENTS): Derby Server and Admin Guide (was: Doc review: Derby Server and Admin Guide) Description: This issue

[jira] Updated: (DERBY-382) Doc Review (CLOSED TO FURTHER COMMENTS): Derby Reference Manual

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-382?page=all ] Jeff Levitt updated DERBY-382: -- Summary: Doc Review (CLOSED TO FURTHER COMMENTS): Derby Reference Manual (was: Doc Review: Derby Reference Manual) Description: This issue tracks comments

[jira] Updated: (DERBY-383) Doc Review (CLOSED TO FURTHER COMMENTS): Derby Tools and Utilities Guide

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-383?page=all ] Jeff Levitt updated DERBY-383: -- Summary: Doc Review (CLOSED TO FURTHER COMMENTS): Derby Tools and Utilities Guide (was: Doc Review: Derby Tools and Utilities Guide) Description: This

[jira] Updated: (DERBY-384) Doc Review (CLOSED TO FURTHER COMMENTS): Tuning Derby

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-384?page=all ] Jeff Levitt updated DERBY-384: -- Summary: Doc Review (CLOSED TO FURTHER COMMENTS): Tuning Derby (was: Doc Review: Tuning Derby) Description: This issue tracks comments for the manual

[jira] Updated: (DERBY-380) Doc Review (CLOSED TO FURTHER COMMENTS): Derby Developer's Guide

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-380?page=all ] Jeff Levitt updated DERBY-380: -- Summary: Doc Review (CLOSED TO FURTHER COMMENTS): Derby Developer's Guide (was: Doc Review: Derby Developer's Guide) Description: This issue tracks

[jira] Updated: (DERBY-379) Doc review (CLOSED TO FURTHER COMMENTS): Getting Started with Derby

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-379?page=all ] Jeff Levitt updated DERBY-379: -- Summary: Doc review (CLOSED TO FURTHER COMMENTS): Getting Started with Derby (was: Doc review: Getting Started with Derby) Description: This issue

Request for developer access to Derby project in JIRA

2005-06-28 Thread Deepa Remesh
Hi, I want to assign a JIRA issue to myself. Can you please give me developer access to Derby project in JIRA? Thanks, Deepa

Re: Request for developer access to Derby project in JIRA

2005-06-28 Thread Andrew McIntyre
On 6/28/05, Deepa Remesh [EMAIL PROTECTED] wrote: I want to assign a JIRA issue to myself. Can you please give me developer access to Derby project in JIRA? Hi Deepa, I've added you to the derby-developers JIRA group. You should now be able to assign and edit JIRA entries for Derby. Please

[jira] Created: (DERBY-400) Network client message strings not localized

2005-06-28 Thread David Van Couvering (JIRA)
Network client message strings not localized Key: DERBY-400 URL: http://issues.apache.org/jira/browse/DERBY-400 Project: Derby Type: Bug Components: Network Client Versions: 10.1.1.0 Reporter: David Van

[jira] Created: (DERBY-401) Add SQLException subclasses and throw them correctly to match JDBC 4 spec

2005-06-28 Thread David Van Couvering (JIRA)
Add SQLException subclasses and throw them correctly to match JDBC 4 spec - Key: DERBY-401 URL: http://issues.apache.org/jira/browse/DERBY-401 Project: Derby Type: Improvement Components: JDBC

[jira] Resolved: (DERBY-394) Fix for doc formatting, presentation, overall quality

2005-06-28 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-394?page=all ] Andrew McIntyre resolved DERBY-394: --- Resolution: Fixed Committed, revision 202296. Fix for doc formatting, presentation, overall quality

[jira] Created: (DERBY-402) INTERSECT/EXCEPT/UNION operators don't agree with documented behavior.

2005-06-28 Thread A B (JIRA)
INTERSECT/EXCEPT/UNION operators don't agree with documented behavior. -- Key: DERBY-402 URL: http://issues.apache.org/jira/browse/DERBY-402 Project: Derby Type: Bug Components: SQL

[jira] Resolved: (DERBY-361) Unknown page format error while doing recovery after a a crash while doing in place compress.

2005-06-28 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-361?page=all ] Mike Matrigali resolved DERBY-361: -- Fix Version: 10.1.1.0 Resolution: Fixed The problem was that redo recovery encountered a page that no longer existed in the file after a

[jira] Commented: (DERBY-402) INTERSECT/EXCEPT/UNION operators don't agree with documented behavior.

2005-06-28 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-402?page=comments#action_12314658 ] Satheesh Bandaram commented on DERBY-402: - I believe both these are documentation errors, not code issues. Derby tries to generate a result name if both sides of UNION

[jira] Updated: (DERBY-402) INTERSECT/EXCEPT/UNION operators don't agree with documented behavior.

2005-06-28 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-402?page=all ] A B updated DERBY-402: -- Component: Documentation (was: SQL) Changing this to be a Documentation bug instead of a code bug, per Satheesh's comments. INTERSECT/EXCEPT/UNION operators

[jira] Updated: (DERBY-377) There is no information available in the manuals on how to upgrade a database from 10.0 to 10.1 version.

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-377?page=all ] Jeff Levitt updated DERBY-377: -- Attachment: derby377.zip Attached zip contains a patch that: - Adds a topic explaining upgrades in the Developer's Guide -Adds 3 subtopics to the new upgrade

[jira] Updated: (DERBY-348) example.html file for the SimpleApp does not describe the arguments accepted by the program

2005-06-28 Thread Jeff Levitt (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-348?page=all ] Jeff Levitt updated DERBY-348: -- Attachment: derby348.zip Attached patch modifies the example.html file to include how to run the SimpleApp demo using the network client. It also has a section on