[jira] Commented: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

2006-01-31 Thread Dyre Tjeldvoll (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-815?page=comments#action_12364548 ] Dyre Tjeldvoll commented on DERBY-815: -- AB, the patch substitutes ArrayLists (not synchronized) for Vectors (synchronized), so with your MT-problems in mind I suggest we

[jira] Created: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Oleksandr Alesinskyy (JIRA)
Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'. Key: DERBY-896 URL: http://issues.apache.org/jira/browse/DERBY-896 Project: Derby

[jira] Created: (DERBY-897) An Eclipse plugin is needed that can act as the Derby System Home, enabling other plugins to use derby databases for meta-data

2006-01-31 Thread Thomas Hallgren (JIRA)
An Eclipse plugin is needed that can act as the Derby System Home, enabling other plugins to use derby databases for meta-data -- Key: DERBY-897 URL:

[jira] Updated: (DERBY-821) Client driver: Implicitly close exhausted result sets on the server

2006-01-31 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-821?page=all ] Knut Anders Hatlen updated DERBY-821: - Attachment: DERBY-821.diff DERBY-821.stat changes.html I have attached a patch (DERBY-821.diff) which lets the client

[jira] Commented: (DERBY-880) jdbcapi/connectionJdbc20.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing with SQLSTATE(null): java.sql.SQLException: Stream of column valu

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-880?page=comments#action_12364615 ] Daniel John Debrunner commented on DERBY-880: - I don't think this is a regression. Yes, previously you could call getXXXStream() in embedded twice on the column to

[jira] Commented: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-887?page=comments#action_12364616 ] Daniel John Debrunner commented on DERBY-887: - Fixing this will also disable previous queries that compiled successfully and possibly returned valid results. I

Negative test case (Re: [jira] Commented: (DERBY-326) Improve streaming of large objects for network server and client)

2006-01-31 Thread TomohitoNakayama
Hello Kathey. Kathey Marsden (JIRA) wrote: In the email: http://mail-archives.apache.org/mod_mbox/db-derby-dev/200601.mbox/[EMAIL PROTECTED] Bryan asked What sort of faults are we likely to hit? Are things like corrupt page in database the most likely? I don't know what is most likely, but I

[jira] Commented: (DERBY-880) jdbcapi/connectionJdbc20.java fails for server (10.1.2.2) and client (10.2.0.0) compatibility testing with SQLSTATE(null): java.sql.SQLException: Stream of column valu

2006-01-31 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-880?page=comments#action_12364617 ] Kathey Marsden commented on DERBY-880: -- Thanks Dan, It sounds like the best thing to do is to fix up the 10.1 test to do the right thing and document in the release

[jira] Assigned: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2006-01-31 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-887?page=all ] Rick Hillegas reassigned DERBY-887: --- Assign To: Rick Hillegas Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

[jira] Commented: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2006-01-31 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-887?page=comments#action_12364633 ] Rick Hillegas commented on DERBY-887: - If you add an explicit cast to the problem query, it returns correct results: select * from t where cast(id as boolean) = true;

[jira] Updated: (DERBY-856) modify setCharacterStreamInternal to take a long for the length, and perform the max int check in the method

2006-01-31 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-856?page=all ] V.Narayanan updated DERBY-856: -- Attachment: setCharacterStreamInternal_1.diff Thanks for the earlier guidance and comments for this patch. I have modified setCharacterStreamInternal to match

[jira] Commented: (DERBY-856) modify setCharacterStreamInternal to take a long for the length, and perform the max int check in the method

2006-01-31 Thread V.Narayanan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-856?page=comments#action_12364635 ] V.Narayanan commented on DERBY-856: --- Please note that the new patch is setCharacterStreamInternal_1.diff Narayanan modify setCharacterStreamInternal to take a long for the

[jira] Commented: (DERBY-815) Prevent unneeded object creation and excessive decoding in parseSQLDTA_work()

2006-01-31 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-815?page=comments#action_12364637 ] A B commented on DERBY-815: --- AB, the patch substitutes ArrayLists (not synchronized) for Vectors (synchronized), so with your MT-problems in mind I suggest we get a committer to

[jira] Commented: (DERBY-868) language specific docs need implemented

2006-01-31 Thread scott hutinger (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-868?page=comments#action_12364643 ] scott hutinger commented on DERBY-868: -- Halley Pacheco de Oliveira has an ICLA coming in. I would agree with Halley, that if you click the button when putting files in a

[jira] Commented: (DERBY-877) zOS - with DerbyClient getDate(#) fails with IllegalArgumentException - unsupported date format - resultset.java

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-877?page=comments#action_12364646 ] Daniel John Debrunner commented on DERBY-877: - This code looks wrong to me, at least it 's deceptive. Here's on example: +String timestamp = new

[jira] Commented: (DERBY-868) language specific docs need implemented

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-868?page=comments#action_12364647 ] Daniel John Debrunner commented on DERBY-868: - Is more needed on the ICLA than exists at: http://www.apache.org/licenses/ ? See the 'Contributor License

[jira] Commented: (DERBY-868) language specific docs need implemented

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-868?page=comments#action_12364648 ] Daniel John Debrunner commented on DERBY-868: - To expand a little (I'm not al lawyer etc.): Submitting a contribution thorugh Jira and clicking the ASL box or the

[jira] Commented: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2006-01-31 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-887?page=comments#action_12364649 ] Rick Hillegas commented on DERBY-887: - Although DERBY-499 introduced some additional casting cases, the root causes of this bug are in an older version of Derby. Older

[jira] Commented: (DERBY-868) language specific docs need implemented

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-868?page=comments#action_12364650 ] Daniel John Debrunner commented on DERBY-868: - Should have been '... to the ASF *you* do have the right ... in the last sentence, not I. language specific docs

[jira] Updated: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Eric Radzinski (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-855?page=all ] Eric Radzinski updated DERBY-855: - Attachment: ctunoptimzoverride.html I think the most recent ctunoptimzoverride.htm addresses your first two issues (adding a pointer to the runtimestats

[jira] Commented: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2006-01-31 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-887?page=comments#action_12364653 ] Kathey Marsden commented on DERBY-887: -- Thanks Rick for looking at this issue. As part of the fix, can you add BOOLEAN to the the cast and comparison tables in the

[jira] Commented: (DERBY-868) language specific docs need implemented

2006-01-31 Thread scott hutinger (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-868?page=comments#action_12364654 ] scott hutinger commented on DERBY-868: -- Ok, you have the right :-) But I'm a bit uncertain about 'which right's' are given if an ICLA still is needed. But that's OK, I

[jira] Commented: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Mamta A. Satoor (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-855?page=comments#action_12364658 ] Mamta A. Satoor commented on DERBY-855: --- Eric, Thanks for taking care of my comments. The changes look good. Dan had couple comments too, which I don't think are not

Re: testing using remote host

2006-01-31 Thread Myrna van Lunteren
After some (re)experimenting and dabbing in the permissions I am revisiting this... As I understand it, there is no way (would violate some basic security concepts) for the networkserver to drop databases, or create subdirectories. (correct?) Thus, when running against a networkserver on another

[jira] Commented: (DERBY-821) Client driver: Implicitly close exhausted result sets on the server

2006-01-31 Thread Philip Wilder (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-821?page=comments#action_12364666 ] Philip Wilder commented on DERBY-821: - I'm sorry I just noticed this now Knut but I should bring it to your attention that you are in fact undoing work that was done in

Re: [jira] Commented: (DERBY-887) Select statement returns wrong number of rows if you compare an integer column with a boolean expression in the where clause

2006-01-31 Thread Rick Hillegas
Hi Kathey, Sure. I'm also adjusting the casting tests in BooleanTest.java. Regards, -Rick Kathey Marsden (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-887?page=comments#action_12364653 ] Kathey Marsden commented on DERBY-887: -- Thanks

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364687 ] Satheesh Bandaram commented on DERBY-896: - I think Derby currently doesn't support this casting... The documentation is wrong here and is left over from OLD cloudscape

Re: [jira] Commented: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Eric Radzinski
Thanks Mamta,You are correct. I'm still waiting to hear from Dan about my proposed resolutions to his questions. Dan, can I proceed with implementing my proposed resolutions to your questions? They're documented as a commented directly within derby-855."Mamta A. Satoor (JIRA)"

[jira] Commented: (DERBY-868) language specific docs need implemented

2006-01-31 Thread Jean T. Anderson (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-868?page=comments#action_12364693 ] Jean T. Anderson commented on DERBY-868: Confusion is understandable -- and has popped up elsewhere. See DERBY-587. I'll add an faq to the web site. language

[jira] Commented: (DERBY-877) zOS - with DerbyClient getDate(#) fails with IllegalArgumentException - unsupported date format - resultset.java

2006-01-31 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-877?page=comments#action_12364695 ] Kathey Marsden commented on DERBY-877: -- I think I will buy deceptive, but deceptive in the way that passing the encoding around the way client generally does in other

[jira] Created: (DERBY-898) setAutoCommit(false) is not working properly for local connection with ClientXADataSource

2006-01-31 Thread Kathey Marsden (JIRA)
setAutoCommit(false) is not working properly for local connection with ClientXADataSource - Key: DERBY-898 URL: http://issues.apache.org/jira/browse/DERBY-898 Project: Derby

[jira] Created: (DERBY-899) Cannot rollback to savepoint when using ClientXADataSource

2006-01-31 Thread Kathey Marsden (JIRA)
Cannot rollback to savepoint when using ClientXADataSource -- Key: DERBY-899 URL: http://issues.apache.org/jira/browse/DERBY-899 Project: Derby Type: Bug Components: Network Client, Network Server

[jira] Commented: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-855?page=comments#action_12364698 ] Daniel John Debrunner commented on DERBY-855: - The suggestion for constraint was constraint Use the constraint property to override the index that the optimizer

[jira] Commented: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-855?page=comments#action_12364700 ] Daniel John Debrunner commented on DERBY-855: - More on the constraint, is the override limited to indexes backing unique and primary key constaints, or can indexes

[jira] Updated: (DERBY-899) Cannot rollback to savepoint when using ClientXADataSource

2006-01-31 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-899?page=all ] Kathey Marsden updated DERBY-899: - Fix Version: 10.1.3.0 10.1.2.3 Description: From a user using client XA. save points don't seem to be working with DerbyClient using

[jira] Commented: (DERBY-877) zOS - with DerbyClient getDate(#) fails with IllegalArgumentException - unsupported date format - resultset.java

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-877?page=comments#action_12364702 ] Daniel John Debrunner commented on DERBY-877: - Sounds good - fix the bug register the cleanup issue. zOS - with DerbyClient getDate(#) fails with

[jira] Created: (DERBY-900) Remove use of String(byte[]) and String(byte[], int, int) constructors in network client leading to non-portable behaviour

2006-01-31 Thread Daniel John Debrunner (JIRA)
Remove use of String(byte[]) and String(byte[], int, int) constructors in network client leading to non-portable behaviour -- Key: DERBY-900 URL:

[jira] Updated: (DERBY-891) derby_tests.policy file contains references to csinfo and db2j - should get cleaned up

2006-01-31 Thread Myrna van Lunteren (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-891?page=all ] Myrna van Lunteren updated DERBY-891: - Other Info: [Patch available] Priority: Trivial (was: Minor) derby_tests.policy file contains references to csinfo and db2j - should get

[jira] Created: (DERBY-901) Remove use of String(byte[]) constructors in network server leading to non-portable behaviour

2006-01-31 Thread Daniel John Debrunner (JIRA)
Remove use of String(byte[]) constructors in network server leading to non-portable behaviour - Key: DERBY-901 URL: http://issues.apache.org/jira/browse/DERBY-901 Project: Derby

Re: [jira] Created: (DERBY-900) Remove use of String(byte[]) and String(byte[], int, int) constructors in network client leading to non-portable behaviour

2006-01-31 Thread Myrna van Lunteren
org.apache.derby.client.am.ClobOutputStream - some existing bug? DERBY-683? Myrna

[jira] Created: (DERBY-902) Remove use of String(byte[]) and String(byte[], int, int) constructors in engine leading to non-portable behaviour

2006-01-31 Thread Daniel John Debrunner (JIRA)
Remove use of String(byte[]) and String(byte[], int, int) constructors in engine leading to non-portable behaviour -- Key: DERBY-902 URL:

[jira] Created: (DERBY-903) Remove use of String(byte[]) and String(byte[], int, int) constructors in testing leading to non-portable behaviour

2006-01-31 Thread Daniel John Debrunner (JIRA)
Remove use of String(byte[]) and String(byte[], int, int) constructors in testing leading to non-portable behaviour --- Key: DERBY-903 URL:

[jira] Commented: (DERBY-900) Remove use of String(byte[]) and String(byte[], int, int) constructors in network client leading to non-portable behaviour

2006-01-31 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-900?page=comments#action_12364714 ] Deepa Remesh commented on DERBY-900: org.apache.derby.client.am.ClobOutputStream - DERBY-683 is open for this Remove use of String(byte[]) and String(byte[], int, int)

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364719 ] Bernt M. Johnsen commented on DERBY-896: The SQL standard (1999) states (ch. 6.22): DATE may be cast to DATE and TIMESTAMP TIME may be cast to TIME and TIMESTAMP

[jira] Commented: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-855?page=comments#action_12364723 ] Satheesh Bandaram commented on DERBY-855: - I think the contraint override can be used for foreign key constraints as well... I tried this: create table prim ( i int

Re: Features of the JUnit test execution harness

2006-01-31 Thread Myrna van Lunteren
On 1/24/06, Kristian Waagan [EMAIL PROTECTED] wrote: Kristian Waagan wrote:4) Should it be possible to run single JUnit test/suite from the command line 2 yeahs snipped, 3rd: (Dan:) I think it's essential that a single test can be run. I don't think it's essential that it is from test's main

Re: Features of the JUnit test execution harness

2006-01-31 Thread Myrna van Lunteren
Silly question(s): with the Junit testsij is not used? if not, and we're going to convert all tests to junit, should there be a new test to test the tool ij specifically (at some point) ? Myrna

[jira] Resolved: (DERBY-895) Post derby jars to Maven repository

2006-01-31 Thread Andrew McIntyre (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-895?page=all ] Andrew McIntyre resolved DERBY-895: --- Fix Version: 10.1.2.1 Resolution: Fixed Assign To: Andrew McIntyre Derby 10.1.2.1 jars posted to www.apache.org/dist/java-repository.

Re: Features of the JUnit test execution harness

2006-01-31 Thread Rick Hillegas
Hi Myrna, I don't think we've discussed yet how or when we would convert existing tests to JUnit. I agree that ij needs to continue to be tested. Regards, -Rick Myrna van Lunteren wrote: Silly question(s): with the Junit tests ij is not used? if not, and we're going to convert all tests to

[jira] Commented: (DERBY-895) Post derby jars to Maven repository

2006-01-31 Thread Kathey Marsden (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-895?page=comments#action_12364746 ] Kathey Marsden commented on DERBY-895: -- Thanks Andrew. Can you make sure the Release Instructions get updated? Post derby jars to Maven repository

Re: Features of the JUnit test execution harness

2006-01-31 Thread Kristian Waagan
Myrna van Lunteren wrote: On 1/24/06, *Kristian Waagan* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Kristian Waagan wrote: 4) Should it be possible to run single JUnit test/suite from the command line 2 yeahs snipped, 3rd: (Dan:) I think it's essential that a single test

[jira] Commented: (DERBY-855) Document optimizer overrides which were introduced in 10.2

2006-01-31 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-855?page=comments#action_12364747 ] Daniel John Debrunner commented on DERBY-855: - Looks like some improvements could be made in the run time statistics output, Satheesh's query said constraint=fk

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2006-01-31 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup2.html minor updated to the spec. Changed the names of the new procedures to : SYSCS_BACKUP_DATABASE_NOWAIT

[jira] Resolved: (DERBY-599) Using setBlob interface, should not materialize the entire blob value into memory.

2006-01-31 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-599?page=all ] Sunitha Kambhampati resolved DERBY-599: --- Resolution: Fixed Fix has been committed. I verified by running the test largedata/LobLimits.java successfully. Using setBlob interface,

[jira] Closed: (DERBY-599) Using setBlob interface, should not materialize the entire blob value into memory.

2006-01-31 Thread Sunitha Kambhampati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-599?page=all ] Sunitha Kambhampati closed DERBY-599: - Using setBlob interface, should not materialize the entire blob value into memory.

[jira] Created: (DERBY-904) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

2006-01-31 Thread Mike Matrigali (JIRA)
big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific -- Key: DERBY-904 URL: http://issues.apache.org/jira/browse/DERBY-904 Project:

[jira] Updated: (DERBY-904) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

2006-01-31 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-904?page=all ] Mike Matrigali updated DERBY-904: - Component: Regression Test Failure Version: 10.1.2.2 big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Oleksandr Alesinskyy (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364754 ] Oleksandr Alesinskyy commented on DERBY-896: Casting from TIMESTAMP to DATE (as well as to TIME) is supported by Derby by means of normal CAST function, so

[jira] Created: (DERBY-905) derbyall nightly failure in LOBTest running under DerbyNetClient - jdk131 specific

2006-01-31 Thread Mike Matrigali (JIRA)
derbyall nightly failure in LOBTest running under DerbyNetClient - jdk131 specific -- Key: DERBY-905 URL: http://issues.apache.org/jira/browse/DERBY-905 Project: Derby Type: Bug

[jira] Created: (DERBY-906) parameterMapping test in DerbyAll nightly regression under DerbyNetClient, specific to jdk1.3.1

2006-01-31 Thread Mike Matrigali (JIRA)
parameterMapping test in DerbyAll nightly regression under DerbyNetClient, specific to jdk1.3.1 --- Key: DERBY-906 URL: http://issues.apache.org/jira/browse/DERBY-906 Project: Derby

Re: [jira] Updated: (DERBY-904) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

2006-01-31 Thread Satheesh Bandaram
Anyone know what could have caused this difference? I am hoping to assign owners for Regression Test Failures as soon as possible. David, could this be result of your changes or any related changes to Derby client? Satheesh Mike Matrigali (JIRA) wrote: [

[jira] Updated: (DERBY-904) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

2006-01-31 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-904?page=all ] Mike Matrigali updated DERBY-904: - Version: 10.2.0.0 (was: 10.1.2.2) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

[jira] Updated: (DERBY-905) derbyall nightly failure in LOBTest running under DerbyNetClient - jdk131 specific

2006-01-31 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-905?page=all ] Mike Matrigali updated DERBY-905: - Fix Version: 10.2.0.0 derbyall nightly failure in LOBTest running under DerbyNetClient - jdk131 specific

[jira] Updated: (DERBY-906) parameterMapping test in DerbyAll nightly regression under DerbyNetClient, specific to jdk1.3.1

2006-01-31 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-906?page=all ] Mike Matrigali updated DERBY-906: - Fix Version: 10.2.0.0 parameterMapping test in DerbyAll nightly regression under DerbyNetClient, specific to jdk1.3.1

Re: Server and client compatibility test for 10.2 and 10.1

2006-01-31 Thread Dag H. Wanvik
Hi Kathey, Kathey == Kathey Marsden [EMAIL PROTECTED] wrote: Kathey Server: 10.1, Client: 10.2, derbyTesting.jar: 10.1 Kathey - Kathey jvms: jdk15, ibm142 Kathey Kathey Test failures: Kathey

[jira] Commented: (DERBY-904) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

2006-01-31 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-904?page=comments#action_12364760 ] David Van Couvering commented on DERBY-904: --- This is caused by SqlException changes, where I now actually print out the cause of an exception in JDK 1.3, whereas

[jira] Assigned: (DERBY-904) big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

2006-01-31 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-904?page=all ] David Van Couvering reassigned DERBY-904: - Assign To: David Van Couvering big decimal error diff in derbyall lang/procedure test run in the DerbyNetClient - jdk1.3 specific

[jira] Assigned: (DERBY-905) derbyall nightly failure in LOBTest running under DerbyNetClient - jdk131 specific

2006-01-31 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-905?page=all ] David Van Couvering reassigned DERBY-905: - Assign To: David Van Couvering derbyall nightly failure in LOBTest running under DerbyNetClient - jdk131 specific

[jira] Assigned: (DERBY-906) parameterMapping test in DerbyAll nightly regression under DerbyNetClient, specific to jdk1.3.1

2006-01-31 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-906?page=all ] David Van Couvering reassigned DERBY-906: - Assign To: David Van Couvering parameterMapping test in DerbyAll nightly regression under DerbyNetClient, specific to jdk1.3.1

Re: Discussion of how to map the recovery time into Xmb of log --Checkpoint issue

2006-01-31 Thread Raymond Raymond
Mike, Last time we discussed about how to map the recovery time into Xmb of log. I have been thinking on it recently and have a proposal. How about when the very first time derby boots (not every time) on a certain machine, we let the user to chose whether he (or she) want to do some

[jira] Created: (DERBY-907) regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me)

2006-01-31 Thread Mike Matrigali (JIRA)
regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me) Key: DERBY-907 URL: http://issues.apache.org/jira/browse/DERBY-907 Project: Derby Type: Bug Versions: 10.2.0.0

[jira] Assigned: (DERBY-907) regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me)

2006-01-31 Thread Deepa Remesh (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-907?page=all ] Deepa Remesh reassigned DERBY-907: -- Assign To: Deepa Remesh regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me)

[jira] Updated: (DERBY-907) regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me)

2006-01-31 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-907?page=all ] Mike Matrigali updated DERBY-907: - Component: Regression Test Failure regression test failure in RecoveryAfterBackup on wssd5.6 ibm jvm (j2me)

Re: Negative test case (Re: [jira] Commented: (DERBY-326) Improve streaming of large objects for network server and client)

2006-01-31 Thread Bryan Pendleton
If the reader is in TRANSACTION_READ_UNCOMMITTED isolation mode and then another connection updated the LOB, the reader should get an IOException. on the next read. Reading your comment above, I wrote test code attached to this mail, and tried executing it with my latest patch, which is not

[jira] Assigned: (DERBY-628) setNull() using Types.VARCHAR for a CLOB parameter fails in embedded mode.

2006-01-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-628?page=all ] Satheesh Bandaram reassigned DERBY-628: --- Assign To: Satheesh Bandaram setNull() using Types.VARCHAR for a CLOB parameter fails in embedded mode.

[jira] Created: (DERBY-908) YEAR,SECOND,MONTH, MINUTE, HOUR and DAY functions have incorrect information on durations.

2006-01-31 Thread Daniel John Debrunner (JIRA)
YEAR,SECOND,MONTH, MINUTE, HOUR and DAY functions have incorrect information on durations. -- Key: DERBY-908 URL: http://issues.apache.org/jira/browse/DERBY-908 Project: Derby

[jira] Commented: (DERBY-896) Cast date to timestamp results in ERROR 42846: Cannot convert types 'DATE' to 'TIMESTAMP'.

2006-01-31 Thread Satheesh Bandaram (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-896?page=comments#action_12364765 ] Satheesh Bandaram commented on DERBY-896: - Thanks Bernt for your info about SQL standards. I do think this is a useful cast to support in Derby. But current code

Keeping derby.properties and the database files in different directories

2006-01-31 Thread Afkham Azeez
Hi Folks, I have my derby.properties file in $MY_PROJECT/conf directory. This is the directory pointed to by the derby.system.home System property. But no my database is getting created under $MY_PROJECT/conf e.g. as $MY_PROJECT/conf/DATABASE. I need my database to be created as

Re: New SQL JIRA components (was Re: setting component's on jira items.)

2006-01-31 Thread Andrew McIntyre
On Jan 30, 2006, at 9:33 AM, Kathey Marsden wrote:-    I think we need to add version 10.1.2.3. I accidentally entered it as 10.0.2.3. Fixed.Andrew