<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel">
    <title>gmane.comp.apache.db.derby.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64530"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64529"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64528"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64514"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64513"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64512"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64511"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64530">
    <title>[jira] Commented: (DERBY-3969) NPE if you declare a constraint on a generated column and omit the datatype</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64530</link>
    <description>
    [ https://issues.apache.org/jira/browse/DERBY-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12653114#action_12653114 ] 

Rick Hillegas commented on DERBY-3969:
--------------------------------------

Tests passed for me on derby-3969-01-aa-constraintsNoDatatype.diff except for diffs in stress multi tests. Committed at subversion revision 723184.


</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-04T01:43:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64529">
    <title>[jira] Updated: (DERBY-2991) Index split deadlock</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64529</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali updated DERBY-2991:
----------------------------------


After reviewing the current patch, this does not look like a change appropriate for a backport.  It is already 5000 lines of diffs and changes a basic concurrency building block of the btree code.  Getting rid of the scan lock if it can be done with little or no performance penality does look like a good feature for a major release.  It will simplify a lot of code, but would like to see a lot of testing before it gets into an official derby release.  

I do agree this is a good direction.  Some of the code that originally depended on the scan protection lock no longer needs to as part of work that was later done to support the read uncommitted isolation level.  Off the top of my head my areas of concern would be that the following operations work correctly in all combinations without the concurrency protection pro</description>
    <dc:creator>Mike Matrigali (JIRA</dc:creator>
    <dc:date>2008-12-03T23:13:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64528">
    <title>[jira] Resolved: (DERBY-3964) NullPointerException when re-evaluating generated column during ON DELETE SET NULL referential action</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64528</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas resolved DERBY-3964.
----------------------------------

    Resolution: Fixed


</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-03T22:53:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64527">
    <title>Re: Where did the release notes for 10.3.1.4 and 10.3.2.1 go?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64527</link>
    <description>Hi Knut,

This topic came up when derby-dev discussed deprecating those releases. 
We seem to have deprecated the releases without posting their release 
notes somewhere convenient. As you note, this hinders users who want to 
understand the full implications of upgrading from a release prior to 
10.3.1.4.

You can get the missing release notes from the corresponding subversion 
tags:

10.3.2.1: 
https://svn.apache.org/repos/asf/db/derby/code/tags/10.3.2.1/RELEASE-NOTES.html

10.3.1.4: 
https://svn.apache.org/repos/asf/db/derby/code/tags/10.3.1.4/RELEASE-NOTES.html

Regards,
-Rick

Knut Anders Hatlen wrote:


</description>
    <dc:creator>Rick Hillegas</dc:creator>
    <dc:date>2008-12-03T22:48:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64526">
    <title>[jira] Updated: (DERBY-3969) NPE if you declare a constraint on a generated column and omit the datatype</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64526</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-3969:
---------------------------------

    Derby Info: [Patch Available]


</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-03T22:35:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64525">
    <title>[jira] Updated: (DERBY-2991) Index split deadlock</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64525</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali updated DERBY-2991:
----------------------------------


I am concerned about performance of always saving full key.  This is going to cause both cpu and memory problems(garbage collection).  As originally designed it was expected that this path would be rare so no optimization was ever done.  The save by id path was the one optimized.

Did you ever consider fixing by only changing the deadlock case, ie always giving up the scan position lock when one has to wait on a lock?  This case should be rare, compared with the very normal case of group scan which happens by default for any scan of btree returning more than 16 rows for one query.

sorry for late comment, was out on vacation when you started on this.


</description>
    <dc:creator>Mike Matrigali (JIRA</dc:creator>
    <dc:date>2008-12-03T21:49:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64524">
    <title>[jira] Commented: (DERBY-2991) Index split deadlock</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64524</link>
    <description>
    [ https://issues.apache.org/jira/browse/DERBY-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12652969#action_12652969 ] 

Kathey Marsden commented on DERBY-2991:
---------------------------------------

Thanks Knut for working on this issue.  I know it is important to several users.    For one of those users, Myrna backported the 1c patch  along with the fix for DERBY-2878 to 10.3  to try out (Thanks Myrna).  The user reported that it resolved all of their lock timeouts due to this issue and passed their regression tests.  So great work Knut!    We also have a request to backport this once done all the way to 10.1 for a user locked into that version.  So my questions are:

1)  Do you have any kind of general estimate when the final patch might be ready for trunk?
2)  Do you have any reservations or concerns about my trying to backport the fix once complete to older codelines? Do you know if that is even feasible for 10.1?
3) Is there anything that I can do to</description>
    <dc:creator>Kathey Marsden (JIRA</dc:creator>
    <dc:date>2008-12-03T20:57:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64523">
    <title>Where did the release notes for 10.3.1.4 and 10.3.2.1 go?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64523</link>
    <description>Hi,

I am not able to find the release notes for 10.3.1.4 and 10.3.2.1 on the
web pages any more. Where did they go? I know we removed the downloads
for those releases because of DERBY-3347, but the release notes would
still be useful for users moving from 10.2 to 10.4. Or if you want to
check which new features we introduced in 10.3, as I wanted to do. The
locations I checked were

http://db.apache.org/derby/releases/release-10.3.1.4.cgi
http://db.apache.org/derby/releases/release-10.3.2.1.cgi

Is there some other place I should look for them?

All the other releases have release notes at that location (just replace
the version number in the URL with the release you're looking for).

</description>
    <dc:creator>Knut Anders Hatlen</dc:creator>
    <dc:date>2008-12-03T20:41:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64522">
    <title>[jira] Updated: (DERBY-3969) NPE if you declare a constraint on a generated column and omit the datatype</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64522</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-3969:
---------------------------------

    Attachment: derby-3969-01-aa-constraintsNoDatatype.diff

Attaching derby-3969-01-aa-constraintsNoDatatype.diff. This fixes the known NPEs raised when declaring generated columns without datatypes but with constraints. Will run tests.

1) For FOREIGN and PRIMARY keys, the NPEs occurred because datatypes were being checked before the generation clauses were bound and the their datatypes determined. The solution was to move the datatype checks after the generation clauses are bound.

2) For CHECK constraints, the NPE occurred because the CHECK constraints were bound against a dummy table which was constructed before the generation clauses were bound. The solution was to update the datatypes in that table after binding the generation clauses.

3) For NOT NULL constraints, the NPE was occurring in the parser. I chose </description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-03T20:17:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64521">
    <title>[jira] Assigned: (DERBY-3969) NPE if you declare a constraint on a generated column and omit the datatype</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64521</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas reassigned DERBY-3969:
------------------------------------

    Assignee: Rick Hillegas


</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-03T20:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64520">
    <title>[jira] Updated: (DERBY-3969) NPE if you declare a constraint on a generated column and omit the datatype</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64520</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-3969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-3969:
---------------------------------

    Description: 
The following script shows the problem for CHECK constraints. Other NPEs occur for PRIMARY, FOREIGN KEY, and NOT NULL constraints.

drop table t_ccnd_1;

</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-03T20:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64519">
    <title>Re: JDK 1.4 support</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64519</link>
    <description>It is likely if such an approach were taken, that the builds used to 
produce the tests results published at the derby public site from ibm 
would continue to use a jdk14 jvm to do the build. So it would be good 
to make it easy to configure the build to continue to use 1.4 after 
whatever changes in this area is implemented.  These are publicly
available at:
http://db.apache.org/derby/derby_tests.html
under the IBM Regression Test Results link


  I also believe it useful
to continue 1.4 support such that the small device jvm's can be 
supported.  But agree that it would be useful going forward to allow new 
developers to work with jdk15, but provide as quick feedback as possible 
if they use 1.5 specific features that would break 1.4 derby support.

If no implements the stub approach it may be useful to require patches 
to be tagged against which jvm they have been compiled against, to give
a heads up to committers to check against 1.4 or not:
http://people.apache.org/~myrnavl/derby_test_results/

</description>
    <dc:creator>Mike Matrigali</dc:creator>
    <dc:date>2008-12-03T19:53:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64518">
    <title>[jira] Commented: (DERBY-728) Unable to create databases whose name containg Chinese characters through the client driver</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64518</link>
    <description>
    [ https://issues.apache.org/jira/browse/DERBY-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12652913#action_12652913 ] 

Kathey Marsden commented on DERBY-728:
--------------------------------------

The Properties javadoc says of load ...

"the input/output stream is encoded in ISO 8859-1 character encoding. Characters that cannot be directly represented in this encoding can be written using Unicode escapes  ; only a single 'u' character is allowed in an escape sequence."

So users should be able to specify  Chinese characters in the properties file with some effort.  So, this might be an option if we can't find a DRDA solution. I would be interested to hear from users whether this a workable option.  I can imagine the characters being in an install path and as part of the install the application would need to generate a derby.properties file with the aliases which might be a pain, but I am just speculating on usage.








</description>
    <dc:creator>Kathey Marsden (JIRA</dc:creator>
    <dc:date>2008-12-03T19:27:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64517">
    <title>[jira] Issue Comment Edited: (DERBY-728) Unable to create databases whose name containg Chinese characters through the client driver</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64517</link>
    <description>
    [ https://issues.apache.org/jira/browse/DERBY-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12652641#action_12652641 ] 

stan edited comment on DERBY-728 at 12/3/08 9:33 AM:
--------------------------------------------------------------

Here's a possible workaround for this problem that bypasses DRDA compliance issues.  It's not elegant but makes it possible to address this issue without changing the DRDA protocol.  The idea is supporting database path aliases as a property.  This may have other benefits / uses as well.  Your thoughts please.

   Idea:
I know that some databases [maybe even DB2? DB2 uses DRDA and does not encounter this problem] store location (host / port / path / name [or alias]) information in a file.  Could we implement something similar (database names/aliases) using derby properties that can be read by Network server from the derby.properties file to resolve database names on the connection URL?  For the server-side you would only,  I </description>
    <dc:creator>Stan Bradbury (JIRA</dc:creator>
    <dc:date>2008-12-03T17:33:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64516">
    <title>[jira] Updated: (DERBY-3972) Update test harness to run with DesktopEE JRE</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64516</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-3972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-3972:
----------------------------------

    Description: 
IBM's Lotus Expeditor (http://www-01.ibm.com/software/lotus/products/expeditor/) includes the DesktopEE JRE which is described as:

"The default Java™ Runtime Environment (JRE) of Lotus Expeditor is IBM's J9 VM with the DesktopEE class libraries, an IBM-optimized subset of Java 5 that offers a smaller footprint and faster class loading than standard Java Runtime Environments."

My understanding is that it is a superset of JDK 1.4, so should run fine with Derby.   The test harness needs to be updated to recognize this JVM so we can test with it.  

See 
http://publib.boulder.ibm.com/infocenter/ledoc/v6r2/topic/com.ibm.rcp.tools.doc.appdev/devapps_developingwiththejcldesktopjre.html for more information on DesktopEE.

    Environment:     (was: IBM's Lotus Expeditor (http://www-01.ibm.com/software</description>
    <dc:creator>Kathey Marsden (JIRA</dc:creator>
    <dc:date>2008-12-03T17:23:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64515">
    <title>[jira] Created: (DERBY-3972) Update test harness to run with DesktopEE JRE</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64515</link>
    <description>Update test harness to run with DesktopEE JRE
---------------------------------------------

                 Key: DERBY-3972
                 URL: https://issues.apache.org/jira/browse/DERBY-3972
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.4.1.3, 10.3.3.0, 10.5.0.0
         Environment: IBM's Lotus Expeditor (http://www-01.ibm.com/software/lotus/products/expeditor/) includes the DesktopEE JRE which is described as:

"The default Java™ Runtime Environment (JRE) of Lotus Expeditor is IBM's J9 VM with the DesktopEE class libraries, an IBM-optimized subset of Java 5 that offers a smaller footprint and faster class loading than standard Java Runtime Environments."

My understanding is that it is a superset of JDK 1.4, so should run fine with Derby.   The test harness needs to be updated to recognize this JVM so we can test with it.  

See 
http://publib.boulder.ibm.com/infocenter/ledoc/v6r2/topic/com.ibm.rcp.tools.doc.appdev/devapps_developi</description>
    <dc:creator>Kathey Marsden (JIRA</dc:creator>
    <dc:date>2008-12-03T17:21:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64514">
    <title>Re: Test Coverage Reports for Derby trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64514</link>
    <description>
I agree, thanks Ole this is very helpful!

Is it possible to set things up so that the drill-down
links on the web site are able to find the actual
source code, so that the class-level coverage pages
show the coverage of individual lines of code?

When I clicked around, I eventually got to a place
where it said "file not in source path".

thanks,

bryan

</description>
    <dc:creator>Bryan Pendleton</dc:creator>
    <dc:date>2008-12-03T17:01:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64513">
    <title>Regression Test Report - Daily 722524 - Sun DBTG</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64513</link>
    <description>[Auto-generated mail]

*Daily* 722524/2008-12-02 18:01:30 MET

Failed  Tests    OK  Skip  Duration       Suite
-------------------------------------------------------
*Jvm: 1.6*
 lin
    0    10858    10858     0   1649.66%     suitesAll
    0    13    13     0   .%     jdbcapiAutoLoad
    0    12    12     0   .%     JDBCDriversAll
    0    13    13     0   .%     JDBCDriversClient
    0    12    12     0   .%     JDBCDriversEmbedded
    0    235    235     0    82.47%     derbyall
    0    2    2     0   417.03%     compatibility
    0    2    2     0   .%     demoSuite
 sles
    0    10858    10858     0   1034.56%     suitesAll
    0    13    13     0   .%     jdbcapiAutoLoad
    0    12    12     0   .%     JDBCDriversAll
    0    13    13     0   .%     JDBCDriversClient
    0    12    12     0   .%     JDBCDriversEmbedded
    0    235    235     0    71.48%     derbyall
    0    2    2     0   230.64%     compatibility
    0    2    2     0   .%     demoSuite
 sol
    F:1,E:0    10858    10857     0  </description>
    <dc:creator>Ole.Solberg-UdXhSnd/wVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T16:55:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64512">
    <title>Re: Test Coverage Reports for Derby trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64512</link>
    <description>Thanks Ole for doing this.  It is important to keep our coverage numbers 
up and continue to improve them. This will hopefully provide the 
incentive we  need.


Kathey



</description>
    <dc:creator>Kathey Marsden</dc:creator>
    <dc:date>2008-12-03T16:49:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64511">
    <title>[jira] Subscription: Derby: JIRA issues with patch available</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64511</link>
    <description>Issue Subscription
Filter: Derby: JIRA issues with patch available (6 issues)
Subscriber: derby-dev


Key         Summary
DERBY-3964  NullPointerException when re-evaluating generated column during ON DELETE SET NULL referential action
            https://issues.apache.org/jira/browse/DERBY-3964
DERBY-481   implement SQL generated columns
            https://issues.apache.org/jira/browse/DERBY-481
DERBY-3788  Provide a zero-admin way of updating the statisitcs of an index
            https://issues.apache.org/jira/browse/DERBY-3788
DERBY-3270  Delayed (on-demand) creation of current user schema makes select from view belonging to other schema fail.
            https://issues.apache.org/jira/browse/DERBY-3270
DERBY-3193  SQL roles: Add documentation
            https://issues.apache.org/jira/browse/DERBY-3193
DERBY-2895  convert lang/declareGlobalTempTableJavaJDBC30.java to JUnit
            https://issues.apache.org/jira/browse/DERBY-2895

        

</description>
    <dc:creator>jira-1oDqGaOF3Lkdnm+yROfE0A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-03T16:35:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64510">
    <title>Test Coverage Reports for Derby trunk</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.db.derby.devel/64510</link>
    <description>For some time I have been running EMMA (http://emma.sourceforge.net/) on
 the 'suites.All' test and creating test coverage reports for Jvm 1.4,
1.5 and 1.6 as well as the accumulated report over these three runs.

The results are now available at

http://dbtg.thresher.com/derby/test/ /
  Weekly test coverage report:
  [http://dbtg.thresher.com/derby/test/coverage/]

My intention is to update this page weekly. (There is currently a small
manual step involved in that ;-) )




</description>
    <dc:creator>Ole Solberg</dc:creator>
    <dc:date>2008-12-03T15:55:07</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.apache.db.derby.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.db.derby.devel</link>
  </textinput>
</rdf:RDF>
