[jira] Commented: (DERBY-2042) Provide documentation for new RENAME COLUMN statement

2006-11-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2042?page=comments#action_12448072 ] Knut Anders Hatlen commented on DERBY-2042: --- Thanks Bryan, the changes look great! One last comment. I looked at how the page for CREATE INDEX defined

[jira] Created: (DERBY-2053) Dev Guide: Syntax errors in SQL tips - Tricks of the VALUES clause - Multiple rows

2006-11-08 Thread John H. Embretsen (JIRA)
Dev Guide: Syntax errors in SQL tips - Tricks of the VALUES clause - Multiple rows Key: DERBY-2053 URL: http://issues.apache.org/jira/browse/DERBY-2053 Project:

[jira] Updated: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-08 Thread Dyre Tjeldvoll (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=all ] Dyre Tjeldvoll updated DERBY-2050: -- Attachment: derby-2050.diff derby-2050.stat Seems like this change was possibly more controversial than I thought, but I'm attaching a

[jira] Commented: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=comments#action_12448139 ] Bernt M. Johnsen commented on DERBY-638: After some investigation, I have found that this is actually three separate issues: 1) There is a difference

[jira] Commented: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=comments#action_12448155 ] Knut Anders Hatlen commented on DERBY-2050: --- I haven't tested the performance impact, but I definitely think the patch makes the code cleaner. A couple

[jira] Created: (DERBY-2054) Rewrite 'derbynet/SuicideOfStreaming' to a JUnit test

2006-11-08 Thread Kristian Waagan (JIRA)
Rewrite 'derbynet/SuicideOfStreaming' to a JUnit test - Key: DERBY-2054 URL: http://issues.apache.org/jira/browse/DERBY-2054 Project: Derby Issue Type: Test Components: Test

[jira] Updated: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=all ] Bernt M. Johnsen updated DERBY-638: --- Attachment: DERBY-638-v2.diff Simpler, cleaner, more correct. setTransactionIsolation behaviour in network client driver is different from that of

[jira] Updated: (DERBY-2054) Rewrite 'derbynet/SuicideOfStreaming' to a JUnit test

2006-11-08 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2054?page=all ] Kristian Waagan updated DERBY-2054: --- Attachment: derby-2054-preview.diff 'derby-2054-preview.diff' is the first attempt at rewriting SuicideOfStreaming. It is kind of special, since it uses

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

2006-11-08 Thread jira
Issue Subscription Filter: Derby: JIRA issues with patch available (14 issues) Subscriber: derby-dev Key Summary DERBY-638 setTransactionIsolation behaviour in network client driver is different from that of embedded driver http://issues.apache.org/jira/browse/DERBY-638

[jira] Created: (DERBY-2055) Add execution of the schema scripts for order entry

2006-11-08 Thread Sunitha Kambhampati (JIRA)
Add execution of the schema scripts for order entry --- Key: DERBY-2055 URL: http://issues.apache.org/jira/browse/DERBY-2055 Project: Derby Issue Type: Sub-task Reporter: Sunitha

[jira] Commented: (DERBY-2054) Rewrite 'derbynet/SuicideOfStreaming' to a JUnit test

2006-11-08 Thread Tomohito Nakayama (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2054?page=comments#action_12448178 ] Tomohito Nakayama commented on DERBY-2054: -- Hello. I remember OwnServerTests_app.properties which was needed only for OwnServerTests.java. I think it

[jira] Updated: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-08 Thread Dyre Tjeldvoll (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=all ] Dyre Tjeldvoll updated DERBY-2050: -- Attachment: derby-2050.v2.diff New patch which - restores the deleted comment - removes unintended white space changes - restores the deleted final

[jira] Updated: (DERBY-2055) Add execution of the schema scripts for order entry

2006-11-08 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2055?page=all ] Sunitha Kambhampati updated DERBY-2055: --- Attachment: derby2055.diff.txt This patch 1) Adds a new class Load.java to execute the schema scripts for OE within the junit framework. 2) Adds

[jira] Updated: (DERBY-2055) Add execution of the schema scripts for order entry

2006-11-08 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2055?page=all ] Sunitha Kambhampati updated DERBY-2055: --- Component/s: Test Fix Version/s: 10.3.0.0 Priority: Minor (was: Major) Derby Info: [Patch Available] Add execution of the

Documentation conventions, DITA, and the toolkit

2006-11-08 Thread Kim Haase
This note is on a subject that could feed into the Guidelines doc, especially the parts about textual tags as opposed to structural tags. The Getting Started manual has a section called Typographical conventions (http://db.apache.org/derby/docs/dev/getstart/rgsdocs18277.html) that describes

Regression Test Report - Daily 472166 - Sun DBTG

2006-11-08 Thread Henri . Vandescheur
[Auto-generated mail] *Daily* 472166/2006-11-07 18:00:09 MET Failed TestsOK Skip Duration Suite --- *Jvm: 1.6* lin 3527524 099.61% derbyall F:3,E:30922121900 087.69%

[jira] Commented: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=comments#action_12448196 ] Bryan Pendleton commented on DERBY-638: --- Hi Bernt, I haven't read your code, just trying to follow the comments, but: are you proposing to change the client

[jira] Updated: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=all ] Deepa Remesh updated DERBY-638: --- Attachment: d638_repro2.java Thanks Bernt for looking at this issue. Patch1 seems better to me and will match more with the embedded implementation. With

[jira] Commented: (DERBY-2001) Add DITA templates for the 3 topic types into the trunk

2006-11-08 Thread Kim Haase (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2001?page=comments#action_12448210 ] Kim Haase commented on DERBY-2001: -- These are great, Laura. Just a few comments. Concept template: Great -- only a couple of spelling items. TOPIC TITLE:

[jira] Assigned: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng reassigned DERBY-2048: - Assignee: Yip Ng LangScripts JUnit test fails in views.sql - Key: DERBY-2048 URL:

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng updated DERBY-2048: -- Attachment: derby2048-trunk-stat01.txt derby2048-trunk-diff01.txt Attaching proposal patch derby2048-trunk-diff01.txt to fix the ordering diff problem.

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng updated DERBY-2048: -- Derby Info: [Patch Available] LangScripts JUnit test fails in views.sql - Key: DERBY-2048 URL:

[RESULT] [VOTE] Myrna Van Lunteren as a committer

2006-11-08 Thread Andrew McIntyre
On 11/2/06, Andrew McIntyre [EMAIL PROTECTED] wrote: I am proposing that we add Myrna Van Lunteren ([EMAIL PROTECTED]) as a committer for Derby. The vote passes with 28 +1 votes: +1: Andrew McIntyre Bryan Pendleton Rajesh Kartha Rick Hillegas Lance Andersen Øystein Grøvlen Suresh Thalamati

[jira] Commented: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=comments#action_12448243 ] Daniel John Debrunner commented on DERBY-2048: -- Cool, interesting approach. Might be better to be clear that objects is really tables here, ie.

Re: [jira] Commented: (DERBY-2006) Add JUnit and JUnitReport task as a target in Ant script

2006-11-08 Thread Daniel John Debrunner
Myrna van Lunteren (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-2006?page=comments#action_12448010 ] Myrna van Lunteren commented on DERBY-2006: --- I played with this for (quite) a while, but with the current version I use

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Yip Ng updated DERBY-2048: -- Attachment: derby2048-trunk-diff02.txt Attaching derby2048-trunk-diff02.txt with Dan's suggestion on clarifying the method name and javadoc comments. LangScripts JUnit

[jira] Updated: (DERBY-2048) LangScripts JUnit test fails in views.sql

2006-11-08 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2048?page=all ] Daniel John Debrunner updated DERBY-2048: - Derby Info: (was: [Patch Available]) Committed revision 472613 - Thanks Yip LangScripts JUnit test fails in views.sql

[jira] Created: (DERBY-2056) junitTests/derbyNet/CompatibilityTest.java fails with IBM JVM 142 and 15 on both Windows and Linux platforms

2006-11-08 Thread Manjula Kutty (JIRA)
junitTests/derbyNet/CompatibilityTest.java fails with IBM JVM 142 and 15 on both Windows and Linux platforms Key: DERBY-2056 URL:

[jira] Created: (DERBY-2057) SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or implementation error on its arguments.

2006-11-08 Thread Yip Ng (JIRA)
SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or implementation error on its arguments. --- Key: DERBY-2057 URL: http://issues.apache.org/jira/browse/DERBY-2057

[jira] Updated: (DERBY-2057) SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or implementation error on its arguments.

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2057?page=all ] Yip Ng updated DERBY-2057: -- Component/s: Miscellaneous (was: Store) SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE documentation or implementation error on its arguments.

[jira] Commented: (DERBY-2056) junitTests/derbyNet/CompatibilityTest.java fails with IBM JVM 142 and 15 on both Windows and Linux platforms

2006-11-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2056?page=comments#action_12448264 ] Knut Anders Hatlen commented on DERBY-2056: --- It fails with Sun's JVM too. See

[jira] Created: (DERBY-2058) derbyall/derbyall.fail:lang/groupBy.sql, derbyall/derbyall.fail:i18n/iepnegativetests_ES.sql failed with wctme5.7 max libraries on version 10.2

2006-11-08 Thread Manjula Kutty (JIRA)
derbyall/derbyall.fail:lang/groupBy.sql, derbyall/derbyall.fail:i18n/iepnegativetests_ES.sql failed with wctme5.7 max libraries on version 10.2

[jira] Commented: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=comments#action_12448292 ] Bernt M. Johnsen commented on DERBY-638: Bryan: I propose that we on the short term (and in 10.2 and possibly 10.1) fix the misleading exception which this

[jira] Updated: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=all ] Bernt M. Johnsen updated DERBY-638: --- Attachment: d638_repro3.java setTransactionIsolation behaviour in network client driver is different from that of embedded driver

[jira] Created: (DERBY-2059) derbynetmats/derbynetmats.fail:jdbcapi/resultset.java,derbynetmats/derbynetmats.fail:jdbcapi/LOBTest.java,derbynetmats/derbynetmats.fail:jdbcapi/parameterMapping.java are

2006-11-08 Thread Manjula Kutty (JIRA)
derbynetmats/derbynetmats.fail:jdbcapi/resultset.java,derbynetmats/derbynetmats.fail:jdbcapi/LOBTest.java,derbynetmats/derbynetmats.fail:jdbcapi/parameterMapping.java are failing with JCC 2.8.47 with IBM JVM 142 and 15 on 10.1

[jira] Created: (DERBY-2060) SET CURRENT ISOLATION in ref.man refers java.sql.Connection.setTransactionLevel instead of java.sql.Connection.setTransactionIsolation

2006-11-08 Thread Bernt M. Johnsen (JIRA)
SET CURRENT ISOLATION in ref.man refers java.sql.Connection.setTransactionLevel instead of java.sql.Connection.setTransactionIsolation -- Key:

[jira] Created: (DERBY-2061) derbynet/testProperties.java falis with IBM 142 on version 10.1

2006-11-08 Thread Manjula Kutty (JIRA)
derbynet/testProperties.java falis with IBM 142 on version 10.1 --- Key: DERBY-2061 URL: http://issues.apache.org/jira/browse/DERBY-2061 Project: Derby Issue Type: Bug

Regression Test Report - tinderbox_trunk15 472613 - Sun DBTG

2006-11-08 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk15* 472613/2006-11-08 20:52:18 CET Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* SunOS-5.10_i86pc-i386 3519516 2 121.12% derbyall 020182018 0

[jira] Created: (DERBY-2062) Need to filter out this line from the output with jcc 2.6.90. DB2ConnectionCorrelator: NF000001.GDBA.010EB568BF46

2006-11-08 Thread Manjula Kutty (JIRA)
Need to filter out this line from the output with jcc 2.6.90. DB2ConnectionCorrelator: NF01.GDBA.010EB568BF46 - Key: DERBY-2062 URL:

[jira] Commented: (DERBY-553) With JDK 1.5 signatures from signed jar in a database are not returned by Class.getSigners() when database in stored in a jar file.

2006-11-08 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-553?page=comments#action_12448306 ] Daniel John Debrunner commented on DERBY-553: - The Sun Java bug 6348368 has been closed as: Closed, duplicate of 6284489 However 6284489 is not

[jira] Created: (DERBY-2063) derbynet/ShutDownDBWhenNSShutsDownTest.junit fails with IBM JVM 142 and 15 on Linux platform

2006-11-08 Thread Manjula Kutty (JIRA)
derbynet/ShutDownDBWhenNSShutsDownTest.junit fails with IBM JVM 142 and 15 on Linux platform Key: DERBY-2063 URL: http://issues.apache.org/jira/browse/DERBY-2063

[jira] Commented: (DERBY-638) setTransactionIsolation behaviour in network client driver is different from that of embedded driver

2006-11-08 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-638?page=comments#action_12448320 ] Deepa Remesh commented on DERBY-638: I now see the current implementation will commit the transaction in all cases. The exception was indeed misleading and

[jira] Closed: (DERBY-2052) JDBC.assertRowInResultSet compares the wrong value if using trimmed strings and a SMALLINT column exists.

2006-11-08 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2052?page=all ] Daniel John Debrunner closed DERBY-2052. Fix Version/s: 10.3.0.0 Resolution: Fixed JDBC.assertRowInResultSet compares the wrong value if using trimmed strings and a SMALLINT

[jira] Updated: (DERBY-2018) NullPointerException in CREATE VIEW ... VALUES NULL;

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2018?page=all ] Yip Ng updated DERBY-2018: -- Attachment: derby2018-trunk-stat01.txt derby2018-trunk-diff01.txt Attaching derby2018-trunk-diff01.txt. This is a simple fix where it catches untyped

[jira] Resolved: (DERBY-1490) Provide ALTER TABLE RENAME COLUMN functionality

2006-11-08 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1490?page=all ] Bryan Pendleton resolved DERBY-1490. Fix Version/s: 10.3.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Many thanks to the reviewers for the help and good

[jira] Updated: (DERBY-2042) Provide documentation for new RENAME COLUMN statement

2006-11-08 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2042?page=all ] Bryan Pendleton updated DERBY-2042: --- Attachment: renameColumnDoc_v3_changedSyntaxRefs.diff rrefsqljrenamecolumnstatement.html Attached is

[jira] Updated: (DERBY-1953) Make FOR EACH clause and MODE DB2SQL in CREATE TRIGGER statement optional

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1953?page=all ] Yip Ng updated DERBY-1953: -- Fix Version/s: 10.3.0.0 Make FOR EACH clause and MODE DB2SQL in CREATE TRIGGER statement optional

[jira] Updated: (DERBY-1953) Make FOR EACH clause and MODE DB2SQL in CREATE TRIGGER statement optional

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1953?page=all ] Yip Ng updated DERBY-1953: -- Affects Version/s: 10.3.0.0 (was: 10.2.1.6) Make FOR EACH clause and MODE DB2SQL in CREATE TRIGGER statement optional

[jira] Updated: (DERBY-1953) Make FOR EACH clause and MODE DB2SQL in CREATE TRIGGER statement optional

2006-11-08 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1953?page=all ] Yip Ng updated DERBY-1953: -- Affects Version/s: 10.2.1.6 Make FOR EACH clause and MODE DB2SQL in CREATE TRIGGER statement optional

[jira] Resolved: (DERBY-1515) Provide ALTER TABLE functionality to change a column's data type

2006-11-08 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1515?page=all ] Bryan Pendleton resolved DERBY-1515. Resolution: Won't Fix I think that the proposed workaround (adding a new column, populating it, dropping the old column, and then renaming the new

[jira] Commented: (DERBY-2063) derbynet/ShutDownDBWhenNSShutsDownTest.junit fails with IBM JVM 142 and 15 on Linux platform

2006-11-08 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2063?page=comments#action_12448330 ] Suresh Thalamati commented on DERBY-2063: - This test failure is not specific to Linux , it fails on other platforms(windows , SunOS) tooo .

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

2006-11-08 Thread Bryan Pendleton (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-396?page=comments#action_12448331 ] Bryan Pendleton commented on DERBY-396: --- I propose to mark this issue resolved for 10.3. Can anybody see any part of this feature which has not yet been

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

2006-11-08 Thread Rajesh Kartha (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-396?page=comments#action_12448348 ] Rajesh Kartha commented on DERBY-396: - I tend to agree with Bryan. As I understand ,the only issue that remains is to ALTER a COLUMN's DATATYPE, and the

Regression Test Report - tinderbox_trunk15 472704 - Sun DBTG

2006-11-08 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk15* 472704/2006-11-09 00:52:18 CET Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* SunOS-5.10_i86pc-i386 3519516 2 121.21% derbyall 020322032 0

Regression Test Report - tinderbox_trunk15 472742 - Sun DBTG

2006-11-08 Thread Ole . Solberg
[Auto-generated mail] *tinderbox_trunk15* 472742/2006-11-09 03:42:34 CET Failed TestsOK Skip Duration Platform --- *Jvm: 1.5* SunOS-5.10_i86pc-i386 3519516 2 121.17% derbyall 020322032 0

[jira] Commented: (DERBY-2047) TestDataSourceFactory doesn't work correctly outside the old harness

2006-11-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2047?page=comments#action_12448383 ] Knut Anders Hatlen commented on DERBY-2047: --- It seems like the 472187 and/or 472228 commit broke a couple of tests in the old harness: * Diff

[jira] Resolved: (DERBY-2050) Manipulating CachedItems could be more efficient

2006-11-08 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-2050?page=all ] Knut Anders Hatlen resolved DERBY-2050. --- Resolution: Fixed Assignee: Dyre Tjeldvoll Thanks Dyre. Derbyall and the JUnit tests ran cleanly (except a couple of known issues).