[jira] [Commented] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182424#comment-13182424 ] Dag H. Wanvik commented on DERBY-5536: -- Uploading patch #3 which address your

[jira] [Updated] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5536: - Attachment: derby-5536-3.stat derby-5536-3.diff Client's ResultSet#getLong

[jira] [Resolved] (DERBY-5568) AssertionFailedError: Should not hold locks after commit in ResultSetMiscTest

2012-01-09 Thread Knut Anders Hatlen (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-5568. --- Resolution: Fixed Fix Version/s: 10.9.0.0 Issue fix info: (was:

[jira] [Updated] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5536: - Attachment: (was: derby-5536-3.diff) Client's ResultSet#getLong does not range check

[jira] [Updated] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5536: - Attachment: derby-5536-3.stat derby-5536-3.diff Client's ResultSet#getLong

[jira] [Updated] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5536: - Attachment: (was: derby-5536-3.stat) Client's ResultSet#getLong does not range check

[jira] [Commented] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Knut Anders Hatlen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182441#comment-13182441 ] Knut Anders Hatlen commented on DERBY-5536: --- Thanks, Dag. The changes look good

[jira] [Commented] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182444#comment-13182444 ] Dag H. Wanvik commented on DERBY-5536: -- Committed on trunk as svn 1229082, resolving.

[jira] [Resolved] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik resolved DERBY-5536. -- Resolution: Fixed Fix Version/s: 10.9.0.0 Issue fix info: (was: Patch

[jira] [Commented] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182445#comment-13182445 ] Dag H. Wanvik commented on DERBY-5536: -- Thanks, Knut. I committed before I saw your

Fwd: [Db-derby Wiki] Update of JohnMoore by JohnMoore

2012-01-09 Thread Rick Hillegas
Anyone know what the JohnMoore page is? I don't see any page that links to it but then I'm not an expert in unravelling the wiki page graph. Thanks, -Rick Original Message Subject:[Db-derby Wiki] Update of JohnMoore by JohnMoore Date: Sat, 07 Jan 2012 13:27:34 -

Can anyone help with predicting how long/how big a transaction log will be when updating 10 Million records

2012-01-09 Thread Bergquist, Brett
I have a database upgrade that is currently running at a customer site. Little did I know that their database table has between 10 and 11 million records. The upgrade is a updating one column with a fixed value. It is doing UPDATE WEEK_TABLE SET WEEK = 2 The column is a small integer.

Re: Fwd: [Db-derby Wiki] Update of JohnMoore by JohnMoore

2012-01-09 Thread Dag H. Wanvik
Rick Hillegas rick.hille...@oracle.com writes: Anyone know what the JohnMoore page is? I don't see any page that links to it but then I'm not an expert in unravelling the wiki page graph. I already removed it. Looked like spam to me. Dag Thanks, -Rick Original Message

RE: Can anyone help with predicting how long/how big a transaction log will be when updating 10 Million records

2012-01-09 Thread Bergquist, Brett
Got my own answer :) 1859 log files and 1 hour 45 minutes. Ouch, don't know if I will do that one again. From: Bergquist, Brett Sent: Monday, January 09, 2012 8:57 AM To: derby-dev@db.apache.org Subject: Can anyone help with predicting how long/how big

Re: Can anyone help with predicting how long/how big a transaction log will be when updating 10 Million records

2012-01-09 Thread Bryan Pendleton
I'm glad it completed successfully. You might want to put your experiences on the Derby hints and tips wiki. It could come in useful to somebody else in the future. bryan On 01/09/2012 06:40 AM, Bergquist, Brett wrote: Got my own answer :) 1859 log files and 1 hour 45 minutes. Ouch, don't

Regression Test Report - Daily 1228895 - Sun DBTG

2012-01-09 Thread Ole . Solberg
[Auto-generated mail] *Daily* 1228895/2012-01-08 18:00:07 MET Failed TestsOK Skip Duration Suite --- *Jvm: 1.7* lin NA NA NANA suitesAll NA NA NANA jdbcapiAutoLoad NA

[jira] [Updated] (DERBY-5564) Code does different things depending if derby.locks.deadlockTrace=true is set

2012-01-09 Thread Mike Matrigali (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-5564: -- Attachment: derby-5564_2.patch I have updated the previous patch to include test changes, and

[jira] [Assigned] (DERBY-5559) AssertFailures (7, or 8) with ibm 1.6 and 1.5 on Windows XP in lang.NativeAuthProcs fixture testAll

2012-01-09 Thread Mike Matrigali (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali reassigned DERBY-5559: - Assignee: Mike Matrigali AssertFailures (7, or 8) with ibm 1.6 and 1.5 on Windows

[jira] [Updated] (DERBY-5559) AssertFailures (7, or 8) with ibm 1.6 and 1.5 on Windows XP in lang.NativeAuthProcs fixture testAll

2012-01-09 Thread Mike Matrigali (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-5559: -- Attachment: derby-5559.diff In this patch I upped the wait time in the test from 1ms to 10ms

Re: Copyright clairification for fo2html.xsl in Derby software.

2012-01-09 Thread Andrew McIntyre
On Sat, Jan 7, 2012 at 4:46 PM, Jean T. Anderson jtander...@fastmail.fm wrote: I did some checking and that file has been in the subversion respository since April 2005, added in revision 161353 with the log message Add single page HTML output to derby doc build. -- in other words, ever since

Re: Copyright clairification for fo2html.xsl in Derby software.

2012-01-09 Thread Myrna van Lunteren
On Mon, Jan 9, 2012 at 3:19 PM, Andrew McIntyre mcintyr...@gmail.com wrote: On Sat, Jan 7, 2012 at 4:46 PM, Jean T. Anderson jtander...@fastmail.fm wrote: I did some checking and that file has been in the subversion respository since April 2005, added in revision 161353 with the log message

[jira] [Commented] (DERBY-5559) AssertFailures (7, or 8) with ibm 1.6 and 1.5 on Windows XP in lang.NativeAuthProcs fixture testAll

2012-01-09 Thread Kathey Marsden (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182988#comment-13182988 ] Kathey Marsden commented on DERBY-5559: --- Mike, I haven't looked closely, but I am

[jira] [Updated] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-5536: - Attachment: derby-5536-refactor.diff Attaching a follow-up patch which factors out the test

[jira] [Commented] (DERBY-5536) Client's ResultSet#getLong does not range check when converting from a DECIMAL column

2012-01-09 Thread Dag H. Wanvik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183134#comment-13183134 ] Dag H. Wanvik commented on DERBY-5536: -- Committed the followup patch