[jira] Assigned: (DERBY-1833) Remove messages made unused by implementation of DERBY-690 and DERBY-775

2006-09-08 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1833?page=all ] Laura Stewart reassigned DERBY-1833: Assignee: (was: Laura Stewart) > Remove messages made unused by implementation of DERBY-690 and DERBY-

[jira] Assigned: (DERBY-1833) Remove messages made unused by implementation of DERBY-690 and DERBY-775

2006-09-08 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1833?page=all ] Laura Stewart reassigned DERBY-1833: Assignee: Laura Stewart > Remove messages made unused by implementation of DERBY-690 and DERBY-

[jira] Created: (DERBY-1834) Correct message SQL State 01006 to reflect that is being revoked - "user" and update the Ref Manual

2006-09-08 Thread Laura Stewart (JIRA)
ira/browse/DERBY-1834 Project: Derby Issue Type: Bug Components: Documentation, SQL Affects Versions: 10.2.1.0 Reporter: Laura Stewart Priority: Minor the SQL State 01006 "Privilege not revoked from {0}." should be changed to &q

Re: SQL State XJ215 You cannot invoke other Clob/Blob methods after calling free.

2006-09-08 Thread Laura Stewart
" be "FREE()" I want to make sure that I understand how to refer to them now and in the future. -- Laura Stewart

Re: SQL State XJ215 You cannot invoke other Clob/Blob methods after calling free.

2006-09-08 Thread Laura Stewart
f them. Thanks for helping me understand the protocol !!! -- Laura Stewart

SQL State XJ215 You cannot invoke other Clob/Blob methods after calling free.

2006-09-08 Thread Laura Stewart
is: XJ215 You cannot invoke other Clob/Blob methods after calling free. -- Laura Stewart

SQL State XJ100 "The scale supplied by the registerOutParameter method ..."

2006-09-08 Thread Laura Stewart
. The current text is: XJ100 The scale supplied by the registerOutParameter method does not match with the setter method. Possible loss of precision!" -- Laura Stewart

SQL State XJ080 "USING execute statement passed {0} parameters rather than {1}."

2006-09-08 Thread Laura Stewart
t the number of parameters passed? If Yes, then I can use instead of . The current message text is: XJ080 "USING execute statement passed {0} parameters rather than {1}." -- Laura Stewart

Re: XCL41 "the delete rule of foreign key can not be CASCADE..."

2006-09-08 Thread Laura Stewart
On 9/8/06, Laura Stewart <[EMAIL PROTECTED]> wrote: Someone needs to correct this message in the code. The first word in the description needs to be capitalized. It was NOT capitalized in the 10.1 documentation. The current message is: XCL41 "the delete rule of foreign key can not

XCL41 "the delete rule of foreign key can not be CASCADE..."

2006-09-08 Thread Laura Stewart
to be delete-connected to the same table through multiple paths with different delete rules or with delete rule equal to SET NULL.)" -- Laura Stewart

SQL State XCL38 "the delete rule of foreign key must be {0}..."

2006-09-08 Thread Laura Stewart
table to be delete-connected to the same table through multiple relationships and such relationships must have the same delete rule (NO ACTION, RESTRICT or CASCADE).) -- Laura Stewart

Re: That auto-generated doc with sql states (Re: svn commit: r441566 - /db/derby/docs/branches/10.2/src/ref/rrefexcept71493.dita)

2006-09-08 Thread Laura Stewart
: scldta length, {0}, is invalid for rdbnam. The connection has been terminated. >>+Network protocol exception: DSS chained with same id at end of same id chain parse. The connection has been terminated. >> >> >> 58009 >>-SocketException: '{0}' >>+Network protocol exception: end of stream prematurely reached while reading InputStream, parameter #{0}. The connection has been terminated. >>+ >>+ >>+58009 >>+Network protocol exception: invalid FDOCA LID. The connection has been terminated. >>+ >>+ >>+58009 >>+Network protocol exception: secktn was not returned. The connection has been terminated. >> >> >> 58009 >>@@ -1858,14 +1870,6 @@ >> >> 58009 >> Network protocol exception: PKGNAMCSN length, {0}, is invalid at SQLAM {1}. The connection has been terminated. >>- >>- >>-58009 >>-Network protocol exception: only one of the VCM, VCS length can be greater than 0. The connection has been terminated. >>- >>- >>-58009 >>-The connection was terminated because the encoding is not supported. >> >> >> 58010 >> >> >> >> > > > -- Laura Stewart

SQL State 58009 "Network protocol exception: actual code point, {0}, ..."

2006-09-07 Thread Laura Stewart
For this message is it more accurate to use for both of these variables or or The current text is: 58009 "Network protocol exception: actual code point, 0}, does not match expected code point, {1}. The connection has been terminated." -- Laura Stewart

[jira] Commented: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-09-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=comments#action_1247 ] Laura Stewart commented on DERBY-1223: -- Wait for another patch. I want to fix these ;-) I'll do this tomorrow. > Update Getting Started to

SQL State 42Y62 " ' is not allowed on '' because it is a view. "

2006-09-07 Thread Laura Stewart
Is the second variable in SQL State 42Y62 really a value... or should it be ??? The current text is: SQL State 42Y62 " ' is not allowed on '' because it is a view. " -- Laura Stewart

[jira] Commented: (DERBY-1566) Document SQLStates in 10.2

2006-09-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1566?page=comments#action_12433324 ] Laura Stewart commented on DERBY-1566: -- Andrew - I think that your suggestion is great and will minimuze the type of errors that manually entering in the

Re: Re: SQL State 01006, "Privilege not revoked from {0}."

2006-09-07 Thread Laura Stewart
On 9/7/06, Andrew McIntyre <[EMAIL PROTECTED]> wrote: On 9/7/06, Laura Stewart <[EMAIL PROTECTED]> wrote: > > So the Reference Manual should then read: > > "Privilege not revoked for user {userName}." ??? Are you planning on using the terminology introduced in

SQL State 42886 " '{0}' parameter '{1}' requires a parameter marker '?' "

2006-09-07 Thread Laura Stewart
The content of this message has changed since 10.1 and now there appears a question mark at the end of the message. Currently it reads: 42886 " '{0}' parameter '{1}' requires a parameter marker '?' " This that correct? -- Laura Stewart

Re: SQL State 01006, "Privilege not revoked from {0}."

2006-09-07 Thread Laura Stewart
ead: "Privilege not revoked for user {userName}." ??? -- Laura Stewart

SQL State 08001 "User id length ({0}) is outside the range of 1 to {1}."

2006-09-07 Thread Laura Stewart
I need to know the variables for the SQL State 08001 "User id length ({0}) is outside the range of 1 to {1}." I assume that the second variable is a number (the maximum number allowed) for a user ID. But is the first variable the length (as in a number) of the user ID? -- Laura Stewart

Re: SQL State 08004 "Connection refused : {0}"

2006-09-07 Thread Laura Stewart
Nevermind, I found this one in the text from 10.1. -- Laura Stewart

SQL State 08004 "Connection refused : {0}"

2006-09-07 Thread Laura Stewart
I need to know the variable for the SQL State 08004 "Connection refused : {0}" The context of the message does not help me with the variable that will be returned. Can this read: Connection refused : ??? -- Laura Stewart

SQL State 01J09 "Unable to open ResultSet with concurrency {0}. ResultSet concurrency {1} is used.

2006-09-07 Thread Laura Stewart
Set concurrency is used." Please help me understand this :-) -- Laura Stewart

SQL State 01006, "Privilege not revoked from {0}."

2006-09-07 Thread Laura Stewart
ead: "Privilege not revoked from database object ." -- Laura Stewart

[jira] Updated: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-09-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=all ] Laura Stewart updated DERBY-1223: - Attachment: derby1223_html3.zip derby1223_3.diff Okay, I updated the files and have attached a patch and an html.zip file (#3). I did put

Re: [jira] Commented: (DERBY-1566) Document SQLStates in 10.2

2006-09-07 Thread Laura Stewart
On 9/7/06, Jean T. Anderson <[EMAIL PROTECTED]> wrote: Laura Stewart (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-1566?page=comments#action_12433184 ] > > Laura Stewart commented on DERBY-1566: > -- > > Yes, I wi

[jira] Updated: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-09-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=all ] Laura Stewart updated DERBY-1223: - Attachment: derby1223_2.diff derby1223_html2.zip The diff and html files added here are updated based on the comments posted so far, but

[jira] Commented: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-09-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=comments#action_12433200 ] Laura Stewart commented on DERBY-1223: -- I have some additional questions for you: General - Should the environment variables have the "$" in fro

[jira] Commented: (DERBY-1566) Document SQLStates in 10.2

2006-09-07 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1566?page=comments#action_12433184 ] Laura Stewart commented on DERBY-1566: -- Yes, I will work on this today so that it can be included in the mega merge tomorrow. > Document SQLStates in 1

Re: Re: Re: [doc] Doc builders - remove your DITA toolkit directory after 'svn up'

2006-09-07 Thread Laura Stewart
That seemed to work when I did svn update on 1223. I'll take a hard look at the links etc when I finish with 1223. Thanks! -- Laura Stewart

Re: Re: [doc] Doc builders - remove your DITA toolkit directory after 'svn up'

2006-09-07 Thread Laura Stewart
On 9/7/06, Andrew McIntyre <[EMAIL PROTECTED]> wrote: On 9/7/06, Laura Stewart <[EMAIL PROTECTED]> wrote: > > Andrew - > I want to ber certain that I understand what needs to be done here. > I have the DITA toolkit (unzipped) as a directory (DITA-OT1.1.2.1) in > the

"Working with Derby" conrefs file question

2006-09-07 Thread Laura Stewart
nrefs files. The change is then automatic for all of the (often dozens) of files that use that common term. Common words that might be changed should be added to the conrefs files and not hardcoded into the topics. What do others think? -- Laura Stewart

Re: [doc] Doc builders - remove your DITA toolkit directory after 'svn up'

2006-09-07 Thread Laura Stewart
oolkit it will automatically pick up your changes,,, or do I need to get a new copy of the zip file from the Derby docs web page? -- Laura Stewart

Re: dblook and lower-case table names created with double-quotes, doc bug or "bug" bug?

2006-09-06 Thread Laura Stewart
On 9/6/06, Susan L. Cline <[EMAIL PROTECTED]> wrote: Agreed - I think either we make a note to the effect above and give at least one example, or we remove the entire example that uses a table with quotes. Please open a JIRA issue for these changes :-) -- Laura Stewart

[jira] Resolved: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-06 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart resolved DERBY-1646. -- Resolution: Fixed Derby Info: (was: [Patch Available]) Changing the status to Resolved until the patch is merged into the 10.2 branch by Rick

[jira] Commented: (DERBY-1223) Update Getting Started to include instructions on setting JAVA_HOME variable.

2006-09-06 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1223?page=comments#action_12432905 ] Laura Stewart commented on DERBY-1223: -- Andrew - in file tgs26250, please specify when the text is talking about classpath in general and when it is

Re: GRANT/REVOKE functional spec and database owner

2006-09-06 Thread Laura Stewart
sure that I understand what you want changed... do you want the first sentence removed because the second sentence stands on it's own? Please open a JIRA issue for this change and log it in the DocReviews http://wiki.apache.org/db-derby/TenTwoDocReview -- Laura Stewart

[jira] Commented: (DERBY-1566) Document SQLStates in 10.2

2006-09-06 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1566?page=comments#action_12432893 ] Laura Stewart commented on DERBY-1566: -- I have been thinking more about how the variables appear in the text. And I think that for clarity, it it worth making

[jira] Updated: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-06 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart updated DERBY-1646: - Attachment: derby1646_5.diff derby1646_html5.zip No worries Mamta. We want to get this correct :-) I updated the file regarding PUBLIC with

[jira] Updated: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart updated DERBY-1646: - Attachment: derby1646_4.diff derby1646_html4.zip Here are the final updates, using #4 for the diff file and the html file. > Documentat

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12432675 ] Laura Stewart commented on DERBY-1646: -- Thank you for confirming that it is a function reference. Please do NOT review the #3 patch/htm files. i definately

[jira] Updated: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart updated DERBY-1646: - Attachment: derby1646_html3.zip derby1646_3.diff Updated the 2 files from Mamta's last comment. Included all of the files in a new

[jira] Assigned: (DERBY-1588) Link "Getting Started...." and "Apache Derby Server ...." in demo.html needs to be linked to actual documents instead of manuals page

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1588?page=all ] Laura Stewart reassigned DERBY-1588: Assignee: Laura Stewart > Link "Getting Started" and "Apache Derby Server " in demo.html needs > to be linked to a

[jira] Updated: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart updated DERBY-1646: - Derby Info: [Patch Available] > Documentation to address Grant/Revoke Authorization for > views/triggers/constraints/routines(DERB

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12432662 ] Laura Stewart commented on DERBY-1646: -- Hi Mamta In the following example, what is "f" as in f(T1.c3) ? function? CREATE VIEW s.v(vc1,vc2,vc3)

[jira] Commented: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-09-05 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12432661 ] Laura Stewart commented on DERBY-1682: -- Kim - This update looks good to me. +1 to commit. > Add documentation for derby.drda.securityMechan

Re: [jira] Updated: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-09-01 Thread Laura Stewart
rityMechanism. > --- > > Key: DERBY-1682 > URL: http://issues.apache.org/jira/browse/DERBY-1682 > Project: Derby > Issue Type: Task > Components: Documentation >Reporter: Sunitha Kambhampati > Assigned To: La

[jira] Commented: (DERBY-1566) Document SQLStates in 10.2

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1566?page=comments#action_12432005 ] Laura Stewart commented on DERBY-1566: -- Jean's wording looks good to me, but I would like to see the DITA file. Can someone attach it to this issue?

[jira] Commented: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12432002 ] Laura Stewart commented on DERBY-1682: -- Kim, when I look at the html file, it doesn't appear any different than the one before... The diff file seems to

[jira] Commented: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12431973 ] Laura Stewart commented on DERBY-1682: -- Yes, unfortunately there isn't as much consistency as there should be in the docs :-) I like the second app

[jira] Commented: (DERBY-1566) Document SQLStates in 10.2

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1566?page=comments#action_12431970 ] Laura Stewart commented on DERBY-1566: -- I understand the benefit of using the tool to generate current messages. Of course I do prefer the human readable

[jira] Updated: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart updated DERBY-1646: - Attachment: derby1646_2.diff derby1646_html2.zip Hi Mamta - I have updated the patch and included the html files for you to look at. The

[jira] Commented: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12431950 ] Laura Stewart commented on DERBY-1682: -- Hi Kim - The syntax is really long, and I am forced to scroll my window (in HTML) even though my window is full

[jira] Resolved: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-31 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=all ] Laura Stewart resolved DERBY-1636. -- Fix Version/s: 10.2.2.0 (was: 10.2.1.0) Resolution: Fixed Derby Info: (was: [Patch Available]) Setting this issue to

Re: Doc reviews: should the internal links for the PDFs work?

2006-08-31 Thread Laura Stewart
an easy thing to fix, will you be filing that one as well? -- Laura Stewart

[jira] Updated: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart updated DERBY-1646: - Attachment: derby1646_1.diff derby1646_html1.zip Updated the following files: Filename Title

Re: Doc reviews: should the internal links for the PDFs work?

2006-08-30 Thread Laura Stewart
- this is a problem with only the Alpha versions of the docs. In the 10.1 PDF versions the links work just fine. There is another problem with the Alpha versions, they do not display the graphic files. These problems must be as a result of some setting in the build for the Alpha versions. -- Laura Stewart

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12431735 ] Laura Stewart commented on DERBY-1646: -- Hi Mamta - I ahve drafted the text for the table-level limitation. Please look it over and see if I have captured

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12431674 ] Laura Stewart commented on DERBY-1646: -- None of the other SQL statements have separate topics that discuss limitations. Nor do they have sections within the

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12431636 ] Laura Stewart commented on DERBY-1646: -- One place that we could add this information is in the Developers Guide - the "SQL tips" section. Althoug

[jira] Commented: (DERBY-1646) Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=comments#action_12431634 ] Laura Stewart commented on DERBY-1646: -- Mamta - I think that a new topic is needed to discuss this behavior. With a title of "Limitations of r

Accessibility - Documentation checks

2006-08-30 Thread Laura Stewart
that images must have text alternatives so they can be read by assistive technology. And links should be accessible. There are probably other things that should be checked as well... does anyone know what these other things are? -- Laura Stewart

[jira] Closed: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=all ] Laura Stewart closed DERBY-1601. Closing this issue. Rick merged the patch(es) for this issue to the 10.2 branch on 8/25. > Document (in Tuning Guide) new subquery materialization via hash j

[jira] Closed: (DERBY-1622) Add documentation for encrypted database using encryptionKey

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1622?page=all ] Laura Stewart closed DERBY-1622. Closing this issue. Rick ported the patch(es) for this issue to the 10.2 branch on 8/26. > Add documentation for encrypted database using encryption

[jira] Closed: (DERBY-1685) The reference manual has wrong procedure name for online bacup

2006-08-30 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1685?page=all ] Laura Stewart closed DERBY-1685. Closing this issue. Rick ported the patch(es) for this issue to the 10.2 branch on 8/25. > The reference manual has wrong procedure name for online ba

[jira] Updated: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-29 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=all ] Laura Stewart updated DERBY-1636: - Attachment: derby1636_devguide5.diff derby1636_devguide_html5.zip Updated the problem with the patch. Also identified problems in the PDF

Re: XML type description - possible changes?

2006-08-29 Thread Laura Stewart
On 8/29/06, Jean T. Anderson <[EMAIL PROTECTED]> wrote: Laura Stewart wrote: ... > FYI - I would prefer to keep the phrase "data type" in the title and > first paragraph of this file as a qualifier. In the near future (post > 10.2) I intend to update all of the other

Re: doc reviews question

2006-08-29 Thread Laura Stewart
ead of just Fixed/NotFixed. I would prefer that the initials of the person who fixed the problem also be included in the entry and a Jira issue number. Examples: Fixed Derby- (LS) Deferred Derby-4444 (LS) -- Laura Stewart

Re: XML type description - possible changes?

2006-08-29 Thread Laura Stewart
t;data type" in the title and first paragraph of this file as a qualifier. In the near future (post 10.2) I intend to update all of the other files that describe data types to add this qualifier. There are many files in Derby that don't have qualifiers in the titles and it makes locating the correct info difficult for Derby users. -- Laura Stewart

[jira] Commented: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-29 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12431278 ] Laura Stewart commented on DERBY-1682: -- Kim - Are you going to update the topic to add the security mechanism info? > Add documentation

Re: doc reviews question

2006-08-29 Thread Laura Stewart
w do I tell if an item was addressed? 2) If someone raises an item that they are not sure about, should it really go to the dev list to be disucssed, rather than just adding it to the wiki pages? Thanks, Dan. -- Laura Stewart

[jira] Updated: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-25 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=all ] Laura Stewart updated DERBY-1636: - Attachment: derby1636_devguide_html4.zip derby1636_devguide4.diff Updated the Dev Guide based on the comments from Suresh. The updated diff

[jira] Updated: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-25 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=all ] Laura Stewart updated DERBY-1636: - Attachment: derby1636_ref3.diff derby1636_ref_html3.zip Updated the Reference Manual based on Sunitha's comments. The updated patch and

[jira] Updated: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-25 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=all ] Laura Stewart updated DERBY-1601: - Attachment: ctuntransform25857.html derby1601_tuning2.diff I made the corrections that you requested. However the other changes that I made

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-25 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] Laura Stewart updated DERBY-1655: - Attachment: derby1655_ref6.diff derby1655_ref_html6.zip I believe that this patch (ref #6) fixes the problems with the links that were

Re: Doc build fails with DERBY-1655 patch (was Re: [jira] Updated: (DERBY-1655) Document XML functionality for 10.2)

2006-08-25 Thread Laura Stewart
, the error seems to be when either the "external" scope is selected or the "html" format is not set. I will update the files and run the ant ref command to see if this fixs the problem and then resubmit a patch. -- Laura Stewart

[jira] Commented: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-24 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=comments#action_12430374 ] Laura Stewart commented on DERBY-1636: -- The patches for the Ref Manual and Dev Guide are now ready for review (again :-) > document encryption of an

[jira] Updated: (DERBY-1636) document encryption of an un-encrypted database and re-encryption with new password/key.

2006-08-24 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1636?page=all ] Laura Stewart updated DERBY-1636: - Attachment: derby1636_devguide3.diff derby1636_devguide_html3.zip Updated files for the dev guide and created a new overview file for

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-24 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] Laura Stewart updated DERBY-1655: - Attachment: derby1655_ref5.diff derby1655_ref_html5.zip Attaching updated files with patch #5 for the reference manual. Same files as listed

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-24 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] Laura Stewart updated DERBY-1655: - Attachment: derby1655_ref_html4.zip derby1655_ref4.diff Updated the ref manual topics per comments received. The files included in this patch

[jira] Updated: (DERBY-1685) The reference manual has wrong procedure name for online bacup

2006-08-24 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1685?page=all ] Laura Stewart updated DERBY-1685: - Attachment: derby1685_ref2.diff rrefbackupdbnowaitproc.html Attached are the updated patch file and the html file. I changed the filename to

Re: Upcoming 10.2 candidates

2006-08-24 Thread Laura Stewart
idate is expected on a > later date > > It would also be desirable if the documentation of the newer feature > (for example: DERBY-1636, DERBY-1655, DERBY-1747) were also > available by this beta refresh. > > -Rajesh -- Laura Stewart

[jira] Updated: (DERBY-1685) The reference manual has wrong procedure name for online bacup

2006-08-24 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1685?page=all ] Laura Stewart updated DERBY-1685: - Attachment: derby1685_ref3.diff Discovered a minor issue with the patch attaching an updated version #3. > The reference manual has wrong procedure name

[jira] Closed: (DERBY-1570) The derby configuration, logging and diagnostic properties such as derby.language.logStatementText are hard to find in the documentation

2006-08-23 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1570?page=all ] Laura Stewart closed DERBY-1570. Closing this issue since Rick H included this patch in his mega merge on 8/18. > The derby configuration, logging and diagnostic properties such

[jira] Updated: (DERBY-1655) Document XML functionality for 10.2

2006-08-23 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1655?page=all ] Laura Stewart updated DERBY-1655: - Attachment: derby1655_devguide3.diff derby1655_devguide_html2.zip Based on the problems encountered with the build, I have prepared updated

[jira] Updated: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-23 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=all ] Laura Stewart updated DERBY-1682: - Derby Info: [Patch Available] > Add documentation for derby.drda.securityMechan

[jira] Updated: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

2006-08-23 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1682?page=all ] Laura Stewart updated DERBY-1682: - Attachment: derby1682_adminguide.diff radmindrdasecmechanism.html Attached the new file to document the securityMechinism property. Please

Re: DITA PDF build is broken on trunk ( was Re: devguide build errors? ...)

2006-08-23 Thread Laura Stewart
The problem appears to be in the reltable in the ditamap file. At the very bottom of the table there is an entry for the new file. But there is no corresponding file to link to. I ran ant pdf and it runs successfully now. I'll post a new patch -- Laura Stewart

Re: DITA PDF build is broken on trunk ( was Re: devguide build errors? ...)

2006-08-23 Thread Laura Stewart
the derbydev.ditamap file). I'll revert that commit and post details to DERBY-1655. -jean -- Laura Stewart

[jira] Closed: (DERBY-1549) Document support for JDBC escape functions: ACOS, ASIN, ATAN, COS, SIN, TAN, PI , DEGREES, RADIANS, EXP, LOG, LOG10, CEILING, FLOOR

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1549?page=all ] Laura Stewart closed DERBY-1549. Closing this issue because Rick has already merged these patches into the current trunk. > Document support for JDBC escape functions: ACOS, ASIN, ATAN, COS,

[jira] Closed: (DERBY-1548) Document builtin functions - ACOS, ASIN, ATAN, COS, SIN, TAN, PI, DEGREES, RADIANS, EXP, LN, LOG, LOG10, CEIL, CEILING, FLOOR

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1548?page=all ] Laura Stewart closed DERBY-1548. Closing this issue because Rick has already merged these patches into the current trunk. > Document builtin functions - ACOS, ASIN, ATAN, COS, SIN, TAN,

[jira] Closed: (DERBY-1057) documentation to address Grant/Revoke (Derby-464)

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1057?page=all ] Laura Stewart closed DERBY-1057. Closing this issue because Rick has already merged these patches into the current trunk. > documentation to address Grant/Revoke (Derby-

Okay to close Derby-1646 (grant/revoke on views, triggers, and constraints ocumentation)

2006-08-22 Thread Laura Stewart
I believe that all of the updates necessary for views, triggers, and constraints were added with the updates to 1057 https://issues.apache.org/jira/browse/DERBY-1057 So I would like to close this Jira issue, which is a Major/Blocker issue. -- Laura Stewart

[jira] Resolved: (DERBY-1549) Document support for JDBC escape functions: ACOS, ASIN, ATAN, COS, SIN, TAN, PI , DEGREES, RADIANS, EXP, LOG, LOG10, CEILING, FLOOR

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1549?page=all ] Laura Stewart resolved DERBY-1549. -- Resolution: Fixed Not closing until Doc updates are mega-merged for 10.2 > Document support for JDBC escape functions: ACOS, ASIN, ATAN, COS, SIN,

[jira] Commented: (DERBY-1057) documentation to address Grant/Revoke (Derby-464)

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1057?page=comments#action_12429846 ] Laura Stewart commented on DERBY-1057: -- Not closing until Doc updates are mega-merged for 10.2 > documentation to address Grant/Revoke (Derby-

[jira] Resolved: (DERBY-1548) Document builtin functions - ACOS, ASIN, ATAN, COS, SIN, TAN, PI, DEGREES, RADIANS, EXP, LN, LOG, LOG10, CEIL, CEILING, FLOOR

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1548?page=all ] Laura Stewart resolved DERBY-1548. -- Resolution: Fixed Not closing until Doc updates are mega-merged > Document builtin functions - ACOS, ASIN, ATAN, COS, SIN, TAN, PI, DEGREES, > R

[jira] Resolved: (DERBY-1057) documentation to address Grant/Revoke (Derby-464)

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1057?page=all ] Laura Stewart resolved DERBY-1057. -- Resolution: Fixed > documentation to address Grant/Revoke (Derby-464) > - > >

[jira] Updated: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=all ] Laura Stewart updated DERBY-1601: - Attachment: derby1601_tuning.diff ctuntransform25857.html Updated the Materialization topic to reflect the other type of subquery that can

[jira] Updated: (DERBY-1601) Document (in Tuning Guide) new subquery materialization via hash join behavior that was introduced with DERBY-781

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1601?page=all ] Laura Stewart updated DERBY-1601: - Derby Info: [Patch Available] > Document (in Tuning Guide) new subquery materialization via hash join > behavior that was introduced with DER

[jira] Updated: (DERBY-1685) The reference manual has wrong procedure name for online bacup

2006-08-22 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1685?page=all ] Laura Stewart updated DERBY-1685: - Attachment: rrefonlinebackupdbnowaitproc.html Realized that I posted the incorrect html file. I am posting the correct file now. > The reference manual

<    5   6   7   8   9   10   11   12   >