[jira] Updated: (DERBY-630) create trigger fails with null pointer exception

2006-10-03 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-630?page=all ] Yip Ng updated DERBY-630: - Attachment: derby630-trunk-stat01.txt derby630-trunk-diff01.txt Attaching proposal patch derby630-trunk-diff01.txt for DERBY-630. This patch fixes the NPE

[jira] Updated: (DERBY-630) create trigger fails with null pointer exception

2006-10-03 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-630?page=all ] Yip Ng updated DERBY-630: - Derby Info: [Patch Available] create trigger fails with null pointer exception Key: DERBY-630

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Andrew McIntyre
On 10/2/06, Rick Hillegas [EMAIL PROTECTED] wrote: I have posted a new release candidate, 10.2.1.6, which addresses the structural problems with the previous candidate. Functional tests pass on my machine with no failures. Signatures verify. Structural problems found in the previous candidate

Re: Question - Second function

2006-10-03 Thread Bernt M. Johnsen
Laura Stewart wrote: On 10/2/06, Daniel J Debrunner [EMAIL PROTECTED] wrote: --- Laura Stewart [EMAIL PROTECTED] wrote: Hi - From the 10.2 Doc Review, I have this question about the SECOND function http://db.apache.org/derby/docs/10.2/ref/rrefsecondfunc.html I don't think the

Re: Question - Second function

2006-10-03 Thread Bernt M. Johnsen
Bernt M. Johnsen wrote: Retuning a double here is also in line with the SQL standard: 5) If extract expression is specified, then Case: a) If primary datetime field does not specify SECOND, then the declared type of the result is an implementation-defined exact numeric type

Testing on 10.2.1.5

2006-10-03 Thread Henri van de Scheur
Test results for the 10.2.1.5 RC 2 are now available at http://www.multinet.no/~solberg/public/Apache/#TenTwoZeroSnapshots Tests have been run with jvm1.4, jvm1.5 and jvm1.6 on 16 different OS platforms. I have also updated http://wiki.apache.org/db-derby/TenTwoPlatformTesting with these

[jira] Created: (DERBY-1916) convert jdbcapi/BLOBDataModelSetup.java to junit

2006-10-03 Thread Anurag Shekhar (JIRA)
convert jdbcapi/BLOBDataModelSetup.java to junit Key: DERBY-1916 URL: http://issues.apache.org/jira/browse/DERBY-1916 Project: Derby Issue Type: Sub-task Reporter: Anurag Shekhar

[jira] Assigned: (DERBY-1916) convert jdbcapi/BLOBDataModelSetup.java to junit

2006-10-03 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1916?page=all ] Anurag Shekhar reassigned DERBY-1916: - Assignee: Anurag Shekhar convert jdbcapi/BLOBDataModelSetup.java to junit Key:

[jira] Commented: (DERBY-1904) COALESCE with NULL parameter problem

2006-10-03 Thread JIRA
[ http://issues.apache.org/jira/browse/DERBY-1904?page=comments#action_12439441 ] Cédric Gérard commented on DERBY-1904: -- I have some new stuff for you. When I use the Derby 10.1.2.6 Client Driver for all my clients (so it was not the

[jira] Updated: (DERBY-1910) OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2)

2006-10-03 Thread Fernanda Pizzorno (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1910?page=all ] Fernanda Pizzorno updated DERBY-1910: - Derby Info: [Patch Available] OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2)

[jira] Created: (DERBY-1917) Clob.position fails with Embedded driver and large Clobs

2006-10-03 Thread Fernanda Pizzorno (JIRA)
Clob.position fails with Embedded driver and large Clobs Key: DERBY-1917 URL: http://issues.apache.org/jira/browse/DERBY-1917 Project: Derby Issue Type: Bug Components: JDBC

[jira] Commented: (DERBY-1910) OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2)

2006-10-03 Thread Dyre Tjeldvoll (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1910?page=comments#action_12439467 ] Dyre Tjeldvoll commented on DERBY-1910: --- Patch looks good. +1 to commit OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as

[jira] Updated: (DERBY-1910) OutOfMemoryError happens when jdbcapi/_Suite.junit was executed as DerbyNetClient (in jvm1.4.2)

2006-10-03 Thread Fernanda Pizzorno (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1910?page=all ] Fernanda Pizzorno updated DERBY-1910: - Attachment: derby-1910.diff derby-1910.stat The problem was being caused by some of the tests that kept a reference to a connection

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-03 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12439477 ] Knut Anders Hatlen commented on DERBY-1610: --- I have run tests of setNull() and setObject() on most type combinations, and I didn't find any

Re: syntax for generated-column-spec: bug in doc or code?

2006-10-03 Thread Dag H. Wanvik
Bryan Pendleton [EMAIL PROTECTED] writes: insert into greetings(ch) values ('bonjour'); ij insert into greetings values ('bonjour'); These two don't look identical. The second one is missing (ch). Thanks Bryan! I think I was blind-sided by my expectation here. I am puzzled by the

[jira] Commented: (DERBY-1904) COALESCE with NULL parameter problem

2006-10-03 Thread JIRA
[ http://issues.apache.org/jira/browse/DERBY-1904?page=comments#action_12439484 ] Cédric Gérard commented on DERBY-1904: -- I can confirm that in your JDBC Client driver source, the case where arg is null in the method setObject(idx, arg) is

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-03 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12439485 ] Tomohito Nakayama commented on DERBY-1610: -- Thank you for your persistent follow-up ! I will commit the patch after 10.2 is released. This patch have

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Rick Hillegas
+1 Henri has posted extensive good test results for 10.2.1.5. I have clean test results for 10.2.1.6 on linux. Regards, -Rick Rick Hillegas wrote: I have posted a new release candidate, 10.2.1.6, which addresses the structural problems with the previous candidate. Special thanks to Andrew

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Henri van de Scheur
I have also started testing on 10.2.1.6 and expect to be able to report more tomorrow, i.e. within 20 hours ;-) Regards, Henri Rick Hillegas wrote: +1 Henri has posted extensive good test results for 10.2.1.5. I have clean test results for 10.2.1.6 on linux. Regards, -Rick Rick Hillegas

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Knut Anders Hatlen
Rick Hillegas [EMAIL PROTECTED] writes: I have posted a new release candidate, 10.2.1.6, which addresses the structural problems with the previous candidate. +1 I have run derbyall on Solaris and FreeBSD, and I haven't found any problems. -- Knut Anders

10.2 STATUS file is stale

2006-10-03 Thread John Embretsen
I am reporting this now in case someone thinks it needs to be fixed before the release. I intend to cast a vote once my own and Henri's test results are ready. Too bad I didn't notice this before, but it is hopefully not a serious issue: The STATUS file in the 10.2.1.6 -src distribution is

Re: 10.2 STATUS file is stale

2006-10-03 Thread Rick Hillegas
Well, this is ugly. Should I re-spin? John Embretsen wrote: I am reporting this now in case someone thinks it needs to be fixed before the release. I intend to cast a vote once my own and Henri's test results are ready. Too bad I didn't notice this before, but it is hopefully not a serious

Re: Classes diagram

2006-10-03 Thread Julius Stroffek
Hi Yann, I used a doxygen tool to generate a documentation (like javadoc). It has powerful capabilities to generate various graphs using graphviz (inheritance diagram, collaboration diagram, call graph, caller graph) with a source code included for each function in generated documentation.

[jira] Commented: (DERBY-630) create trigger fails with null pointer exception

2006-10-03 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-630?page=comments#action_12439540 ] Bryan Pendleton commented on DERBY-630: --- Is a null schema the same as an implicit schema? Or is there a different concept being discussed here? create

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

2006-10-03 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (12 issues) Subscriber: derby-dev Key Summary DERBY-630 create trigger fails with null pointer exception http://issues.apache.org/jira/browse/DERBY-630 DERBY-1910 OutOfMemoryError happens when

Regression Test Report - 452095 - Sun DBTG

2006-10-03 Thread Henri . Vandescheur
[Auto-generated mail] ** 452095/2006-10-02 18:00:09 MEST ** Failed TestsOK Skip Duration Platform --- *Jvm: 1.6* 0687687 0 105.85% lin NA NA NANA sol 0687687 0

Re: syntax for generated-column-spec: bug in doc or code?

2006-10-03 Thread Bryan Pendleton
When I try it, 0 is flagged as illegal, as I would expect: ij create table f (i int generated by default as identity (start with 1, increment by 0), j int); ERROR 42Z21: Invalid increment specified for identity for column 'I'. Increment cannot be zero. This behavior seems reasonable to me.

[jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver

2006-10-03 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12439547 ] Bryan Pendleton commented on DERBY-1610: Is this issue related to the issue discussed in DERBY-1904, specifically:

[jira] Commented: (DERBY-1904) COALESCE with NULL parameter problem

2006-10-03 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1904?page=comments#action_12439557 ] A B commented on DERBY-1904: Thanks for continuing to investigate this problem, Cédric. I can confirm that in your JDBC Client driver source, the case where arg is

[jira] Commented: (DERBY-1904) COALESCE with NULL parameter problem

2006-10-03 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1904?page=comments#action_12439559 ] Dag H. Wanvik commented on DERBY-1904: -- Derby supports using setObject with a null value only if the type is provided, that is, the form: void

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Mike Matrigali
Rick Hillegas wrote: I have posted a new release candidate, 10.2.1.6, which addresses the structural problems with the previous candidate. Special thanks to Andrew for helping sand this one down. You may find 10.2.1.6 at: http://people.apache.org/~rhillegas/10.2.1.6/ I've run derbyall on

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

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1804?page=all ] Laura Stewart closed DERBY-1804. [DOC] CAST conversions between data types table is incorrect in Reference manual in some VARCHAR and TIMESTAMP cases

[jira] Updated: (DERBY-1803) [DOC] Largest TIMESTAMP value in Derby limitations section of reference manual is documented incorrectly

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1803?page=all ] Laura Stewart updated DERBY-1803: - Fix Version/s: 10.2.1.6 [DOC] Largest TIMESTAMP value in Derby limitations section of reference manual is documented incorrectly

[jira] Closed: (DERBY-1803) [DOC] Largest TIMESTAMP value in Derby limitations section of reference manual is documented incorrectly

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1803?page=all ] Laura Stewart closed DERBY-1803. [DOC] Largest TIMESTAMP value in Derby limitations section of reference manual is documented incorrectly

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Army
Rick Hillegas wrote: I have posted a new release candidate, 10.2.1.6, which addresses the structural problems with the previous candidate. Special thanks to Andrew for helping sand this one down. You may find 10.2.1.6 at: http://people.apache.org/~rhillegas/10.2.1.6/ I ran a set of ODBC

[jira] Created: (DERBY-1918) INCREMENT of IDENTITY column described as allowing a value of zero in reference manual

2006-10-03 Thread Dag H. Wanvik (JIRA)
INCREMENT of IDENTITY column described as allowing a value of zero in reference manual -- Key: DERBY-1918 URL: http://issues.apache.org/jira/browse/DERBY-1918

[jira] Updated: (DERBY-1918) INCREMENT of IDENTITY column described as allowing a value of zero in reference manual

2006-10-03 Thread Dag H. Wanvik (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1918?page=all ] Dag H. Wanvik updated DERBY-1918: - Fix Version/s: 10.3.0.0 Affects Version/s: 10.2.1.6 10.2.2.0 10.3.0.0 INCREMENT of IDENTITY column

[jira] Commented: (DERBY-630) create trigger fails with null pointer exception

2006-10-03 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-630?page=comments#action_12439569 ] Yip Ng commented on DERBY-630: -- Hi Bryan. An implicit schema is not the same as a null compilation schema that I described. An implicit schema or current schema, as

[jira] Commented: (DERBY-1912) derbynet/ShutDownDBWhenNSShutsDownTest.junit fails with ibm131, hangs with jdk131

2006-10-03 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1912?page=comments#action_12439570 ] A B commented on DERBY-1912: It was mentioned on the derby-dev list that we are no longer claiming support for 1.3 jvms with Derby 10.3 and higher (thanks Myrna!). I

Re: 10.2 STATUS file is stale

2006-10-03 Thread Jean T. Anderson
Rick Hillegas wrote: Well, this is ugly. Should I re-spin? my opinion is this isn't a show stopper, but it'd be good to go ahead and update now in case a show stopper does require a re-spin. -jean John Embretsen wrote: I am reporting this now in case someone thinks it needs to be fixed

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

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1804?page=all ] Laura Stewart reopened DERBY-1804: -- Reopening to change affects versions [DOC] CAST conversions between data types table is incorrect in Reference manual in some VARCHAR and

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

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1804?page=all ] Laura Stewart updated DERBY-1804: - Fix Version/s: 10.2.1.6 Updating Fix versions (not affects versions) [DOC] CAST conversions between data types table is incorrect in Reference manual in

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

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1804?page=all ] Laura Stewart closed DERBY-1804. Resolution: Fixed [DOC] CAST conversions between data types table is incorrect in Reference manual in some VARCHAR and TIMESTAMP cases

[jira] Closed: (DERBY-1753) Doc for SYSCS_INPLACE_COMPRESS_TABLE has incorrect procedure name in the java examples.

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1753?page=all ] Laura Stewart closed DERBY-1753. Doc for SYSCS_INPLACE_COMPRESS_TABLE has incorrect procedure name in the java examples.

[jira] Closed: (DERBY-1820) In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1820?page=all ] Laura Stewart closed DERBY-1820. In the reference manual the description of backupDir arugument for all the backup procedures is incorrect.

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

2006-10-03 Thread Laura Stewart (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1646?page=all ] Laura Stewart closed DERBY-1646. Documentation to address Grant/Revoke Authorization for views/triggers/constraints/routines(DERBY-1330)

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

2006-10-03 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1847?page=all ] Mamta A. Satoor updated DERBY-1847: --- Derby Info: [Patch Available] SELECT statement asserts with XJ001 when attempted to select a newly added column in SQL authorization mode

Re: Question - Second function

2006-10-03 Thread Daniel J Debrunner
--- Bernt M. Johnsen [EMAIL PROTECTED] wrote: ij create table ts (t timestamp); 0 rows inserted/updated/deleted ij insert into ts values (current_timestamp); 1 row inserted/updated/deleted ij select t, second(t), second(cast(t as time)), second('1999-09-09 09:09:09.999') from

[jira] Commented: (DERBY-1220) intermittant incorrect syntax errors with ij with ibm15 on zOS

2006-10-03 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1220?page=comments#action_12439619 ] Myrna van Lunteren commented on DERBY-1220: --- With 10.2.1.5 I saw failures like this (syntax errors in completely proper sql) occurring in the following

[jira] Created: (DERBY-1919) Top level index.html page should link to release notes and other items in top-level of a release.

2006-10-03 Thread Daniel John Debrunner (JIRA)
Top level index.html page should link to release notes and other items in top-level of a release. - Key: DERBY-1919 URL:

[jira] Created: (DERBY-1920) DOCS - Improve topic titles for vague and duplicate topics

2006-10-03 Thread Laura Stewart (JIRA)
DOCS - Improve topic titles for vague and duplicate topics -- Key: DERBY-1920 URL: http://issues.apache.org/jira/browse/DERBY-1920 Project: Derby Issue Type: Bug Components:

[jira] Commented: (DERBY-1881) Errors improvements in release notes for 10.2.1.4 rc1

2006-10-03 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1881?page=comments#action_12439642 ] Rajesh Kartha commented on DERBY-1881: -- From the Subversion commit logs, this issue seems to have been resolved. Can we close this ? Errors improvements

[jira] Closed: (DERBY-1881) Errors improvements in release notes for 10.2.1.4 rc1

2006-10-03 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1881?page=all ] Daniel John Debrunner closed DERBY-1881. Fix Version/s: 10.2.1.6 Resolution: Fixed Assignee: Rick Hillegas All of the isses are fixed in the 10.2.1.6 release notes.

[jira] Created: (DERBY-1921) Bring STATUS file up to date

2006-10-03 Thread Rick Hillegas (JIRA)
Bring STATUS file up to date Key: DERBY-1921 URL: http://issues.apache.org/jira/browse/DERBY-1921 Project: Derby Issue Type: Improvement Components: Documentation Affects Versions: 10.2.1.6

[jira] Updated: (DERBY-1921) Bring STATUS file up to date

2006-10-03 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1921?page=all ] Rick Hillegas updated DERBY-1921: - Attachment: derby-1921-v01.diff Commit derby-1921-v01.diff at subversion revision 452609. This updates the lists of votes, releases, and committers. The

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Bryan Pendleton
Given this limited delta from the previous candidate, I would like to call a quick vote on 10.2.1.6 I found no particular problems to report. +1 thanks, bryan

[jira] Commented: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-10-03 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=comments#action_12439654 ] Bryan Pendleton commented on DERBY-1489: I propose to commit drop_column_v8_restored_tests.diff. If there are any reviewers currently examining this patch,

[jira] Commented: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-10-03 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=comments#action_12439661 ] Mamta A. Satoor commented on DERBY-1489: Bryan, I am reviewing the patch right now. Once I finish looking through the test changes, I will post some

[jira] Commented: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-10-03 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=comments#action_12439662 ] Mamta A. Satoor commented on DERBY-1489: I just finished reviewing the patch. It looks great, especially the comments in the code and in the tests. Will

[jira] Commented: (DERBY-1489) Provide ALTER TABLE DROP COLUMN functionality

2006-10-03 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1489?page=comments#action_12439667 ] Bryan Pendleton commented on DERBY-1489: Hi Mamta, thanks very much for the feedback. I didn't mean to rush you, just trying to find out who was

Re: [VOTE] 10.2.1.6 release

2006-10-03 Thread Yip Ng
Ran derbyall on Windows XP. No problems found. +1Yip

Re: logQueryPlan readability

2006-10-03 Thread Bryan Pendleton
One place I struggle is that I find logged query plans to be rather intimidating and hard to read. I liked the ideas about emitting the information in XML format and then building a tool to analyze it. It's kind of a big first step, though. I was thinking that there might be some smaller,

[jira] Created: (DERBY-1922) readme.html under frameworks does not mention about Derby client and some minor typos in example.html

2006-10-03 Thread Rajesh Kartha (JIRA)
readme.html under frameworks does not mention about Derby client and some minor typos in example.html - Key: DERBY-1922 URL:

[jira] Updated: (DERBY-1908) Investigate: What's the unit for optimizer cost estimates?

2006-10-03 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1908?page=all ] Mike Matrigali updated DERBY-1908: -- Here is the units view from the storage layer, which I believe should be the basis for all the optimizer costs. The actual interface does not specify a

[jira] Created: (DERBY-1923) XML operators - Xalan requirement

2006-10-03 Thread Laura Stewart (JIRA)
XML operators - Xalan requirement - Key: DERBY-1923 URL: http://issues.apache.org/jira/browse/DERBY-1923 Project: Derby Issue Type: Bug Components: Documentation Affects Versions: 10.2.1.6

[jira] Created: (DERBY-1924) Adjust content and links for Table Expression and TableOrViewExpression topics

2006-10-03 Thread Laura Stewart (JIRA)
Adjust content and links for Table Expression and TableOrViewExpression topics -- Key: DERBY-1924 URL: http://issues.apache.org/jira/browse/DERBY-1924 Project: Derby

[jira] Created: (DERBY-1925) Add re-encrytion of database test cases to the upgrade test..

2006-10-03 Thread Suresh Thalamati (JIRA)
Add re-encrytion of database test cases to the upgrade test.. - Key: DERBY-1925 URL: http://issues.apache.org/jira/browse/DERBY-1925 Project: Derby Issue Type: Test

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

2006-10-03 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1847?page=comments#action_12439707 ] Bryan Pendleton commented on DERBY-1847: Hi Mamta, I took a look at your patch and it makes sense to me. A handful of questions: 1) I was interested in

[jira] Created: (DERBY-1926) Provide documentation for ALTER TABLE DROP COLUMN

2006-10-03 Thread Bryan Pendleton (JIRA)
Provide documentation for ALTER TABLE DROP COLUMN - Key: DERBY-1926 URL: http://issues.apache.org/jira/browse/DERBY-1926 Project: Derby Issue Type: New Feature Components:

Who would like to be a derby list moderator?

2006-10-03 Thread Jean T. Anderson
Andrew and I are moderators for the derby lists. I'm also moderating some other lists, so would like to transfer derby moderation to another derby committer. any takers? thanks, -jean