<?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://blog.gmane.org/gmane.comp.apache.db.derby.devel">
    <title>gmane.comp.apache.db.derby.devel</title>
    <link>http://blog.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://comments.gmane.org/gmane.comp.apache.db.derby.devel/64523"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64515"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64513"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64511"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64510"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64508"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64502"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64492"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64490"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64485"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64483"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64471"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64470"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64466"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64460"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64458"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64457"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64456"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64454"/>
      </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://comments.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://comments.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://comments.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://comments.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_developingwiththejcldesktopjre.html for more information on DesktopEE.

            Reporter: Kathey Marsden
            Assignee: Kathey Marsden
            Priority: Minor




</description>
    <dc:creator>Kathey Marsden (JIRA</dc:creator>
    <dc:date>2008-12-03T17:21:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64513">
    <title>Regression Test Report - Daily 722524 - Sun DBTG</title>
    <link>http://comments.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   2299.04%     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    74.37%     derbyall
    0    2    2     0   230.17%     compatibility
    0    2    2     0   .%     demoSuite
 solN+1
    0    10858    10858     0   197.79%     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    96.80%     derbyall
    0    2    2     0   209.70%     compatibility
    0    2    2     0   .%     demoSuite
 sparc
    0    10858    10858     0   505.75%     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    64.44%     derbyall
    0    2    2     0   184.45%     compatibility
    0    2    2     0   .%     demoSuite
 vista
    0    9244    9244     0   103.38%     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    90.36%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 vista-64
    0    9244    9244     0   155.41%     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    96.31%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 w2003
    0    9244    9244     0   180.98%     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    90.13%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/Limited/testSummary-722524.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.6/FailReports/722524_bySig.html 

*Jvm: 1.5*
 lin
    0    236    236     0    79.91%     derbyall
    F:0,E:1    9100    9099     0   1492.39%     suitesAll
 sles
    0    236    236     0    67.83%     derbyall
    0    9100    9100     0   826.86%     suitesAll
 sol
    0    236    236     0    77.67%     derbyall
    0    9100    9100     0   1271.68%     suitesAll
 solN+1
    0    236    236     0    87.66%     derbyall
    F:1,E:0    9100    9099     0   1169.87%     suitesAll
 sparc
    0    236    236     0    64.84%     derbyall
    0    9100    9100     0   987.77%     suitesAll
 vista
    0    236    236     0    68.98%     derbyall
    0    7486    7486     0   633.66%     suitesAll
 vista-64
    0    236    236     0    96.09%     derbyall
    F:1,E:1    7486    7484     0   156.92%     suitesAll
 w2003
    0    236    236     0    69.31%     derbyall
    0    7486    7486     0   372.41%     suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-722524.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.5/FailReports/722524_bySig.html 

*Jvm: 1.4*
 lin
    0    233    233     2    81.67%     derbyall
    0    8948    8948     0   1351.47%     suitesAll
 sles
    0    233    233     2    68.54%     derbyall
    0    8948    8948     0   768.93%     suitesAll
 sol
    0    233    233     2    75.86%     derbyall
    0    8948    8948     0   1019.81%     suitesAll
 solN+1
    0    233    233     2    88.52%     derbyall
    0    8948    8948     0   1097.85%     suitesAll
 sparc
    0    233    233     2    64.21%     derbyall
    0    8948    8948     0   996.93%     suitesAll
 vista
    0    233    233     2    68.30%     derbyall
    0    7334    7334     0   625.71%     suitesAll
 vista-64
    0    233    233     2    94.51%     derbyall
    F:1,E:0    7334    7333     0   160.78%     suitesAll
 w2003
    0    233    233     2    69.82%     derbyall
    0    7340    7340     0   368.28%     suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/Limited/testSummary-722524.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.4/FailReports/722524_bySig.html 

-------------------------------------------------------

Changes in      http://dbtg.thresher.com/derby/test/Daily/UpdateInfo/722524.txt 

( All results in http://dbtg.thresher.com/derby/test/ ) 


</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://comments.gmane.org/gmane.comp.apache.db.derby.devel/64511">
    <title>[jira] Subscription: Derby: JIRA issues with patch available</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.apache.db.derby.devel/64510">
    <title>Test Coverage Reports for Derby trunk</title>
    <link>http://comments.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>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64508">
    <title>[jira] Created: (DERBY-3971) select * from new SPACETABLE ('&lt;tablename&gt;') t; throws an error</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64508</link>
    <description>select * from new SPACETABLE ('&lt;tablename&gt;') t; throws an error
---------------------------------------------------------------

                 Key: DERBY-3971
                 URL: https://issues.apache.org/jira/browse/DERBY-3971
             Project: Derby
          Issue Type: Bug
    Affects Versions: 10.4.2.0
         Environment: generic
            Reporter: Mayuresh Nirhali
            Priority: Minor


The alias for SpaceTable diagnostic table does not work. I can reproduce this on 10.2 trunk and also on the head.

ij&gt; select * from new SPACETABLE('t') ts;
ERROR 42X01: Syntax error: SPACETABLE.

The following works query works though,
ij&gt; select * from new org.apache.derby.diag.SpaceTable('schemaname','tablename') a;

The SpaceTable.java has a javadoc comment, as below,
    Alternatively, the table can be invoked through the system alias SpaceTable
    &lt;PRE&gt; select * from new SPACETABLE('MYTABLE') t; &lt;/PRE&gt;

I believe either the alias should work or the javadoc comment should be corrected.

</description>
    <dc:creator>Mayuresh Nirhali (JIRA</dc:creator>
    <dc:date>2008-12-03T10:11:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64502">
    <title>[jira] Created: (DERBY-3970) PositionedStoreStream doesn't initialize itself properly</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64502</link>
    <description>PositionedStoreStream doesn't initialize itself properly
--------------------------------------------------------

                 Key: DERBY-3970
                 URL: https://issues.apache.org/jira/browse/DERBY-3970
             Project: Derby
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 10.4.2.0, 10.3.3.0
            Reporter: Kristian Waagan
            Assignee: Kristian Waagan
            Priority: Minor


When a PositionedStoreStream is created on top of a stream from store, it must properly initialize itself.
Proper initialization consists of initializing and resetting the stream to make sure the states of the streams are in sync.

A case of out of sync stream states was detected in a test where the Clob reference wasn't kept, but a new Clob object was created for each operation, i.e:
  rs.getClob(1).length();
  rs.getClob(1).getSubString(...);

A symptom of out of sync stream states is EOFException on a valid request.
I don't think the access style above is supposed to work, but the proper initialization should be performed anyway.

</description>
    <dc:creator>Kristian Waagan (JIRA</dc:creator>
    <dc:date>2008-12-02T22:06:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64492">
    <title>[jira] Created: (DERBY-3969) NPE if you declare a CHECK constraint on a generated column and omit the datatype</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64492</link>
    <description>NPE if you declare a CHECK constraint on a generated column and omit the datatype
---------------------------------------------------------------------------------

                 Key: DERBY-3969
                 URL: https://issues.apache.org/jira/browse/DERBY-3969
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.5.0.0
            Reporter: Rick Hillegas


The following script shows this problem:

drop table t_ccnd_1;

</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-02T17:48:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64490">
    <title>[jira] Created: (DERBY-3968) Foreign keys accept the ON DELETE SET DEFAULT clause but do not enforce it</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64490</link>
    <description>Foreign keys accept the ON DELETE SET DEFAULT clause but do not enforce it
--------------------------------------------------------------------------

                 Key: DERBY-3968
                 URL: https://issues.apache.org/jira/browse/DERBY-3968
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.4.2.0, 10.5.0.0
            Reporter: Rick Hillegas


The Derby Reference Guide does not document that you can declare a foreign key with ON DELETE SET DEFAULT. However, Derby accepts this syntax. There are no tests for this clause and it does not seem to work. A simple solution would be to forbid this syntax. I will attach a test cast showing the problem.

</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-02T17:28:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64485">
    <title>Regression Test Report - Daily 722128 - Sun DBTG</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64485</link>
    <description>[Auto-generated mail]

*Daily* 722128/2008-12-01 18:02:16 MET

Failed  Tests    OK  Skip  Duration       Suite
-------------------------------------------------------
*Jvm: 1.6*
 lin
    0    10857    10857     0   1668.51%     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    83.50%     derbyall
    0    2    2     0   341.36%     compatibility
    0    2    2     0   .%     demoSuite
 sles
    F:0,E:1    10857    10856     0   1025.65%     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    69.86%     derbyall
    0    2    2     0   259.80%     compatibility
    0    2    2     0   .%     demoSuite
 sol
    F:1,E:0    10857    10856     0   2183.17%     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    74.87%     derbyall
    0    2    2     0   203.96%     compatibility
    0    2    2     0   .%     demoSuite
 solN+1
    0    10857    10857     0   199.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    97.01%     derbyall
    0    2    2     0   199.15%     compatibility
    0    2    2     0   .%     demoSuite
 sparc
    0    10857    10857     0   499.41%     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    64.80%     derbyall
    0    2    2     0   178.23%     compatibility
    0    2    2     0   .%     demoSuite
 vista
    F:1,E:1    9243    9241     0    99.63%     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    90.50%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 vista-64
    0    9243    9243     0   155.62%     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    96.46%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 w2003
    0    9243    9243     0   179.63%     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    90.04%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/Limited/testSummary-722128.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.6/FailReports/722128_bySig.html 

*Jvm: 1.5*
 lin
    0    236    236     0    77.40%     derbyall
    0    9099    9099     0   1476.80%     suitesAll
 sles
    0    236    236     0    67.61%     derbyall
    0    9099    9099     0   816.54%     suitesAll
 sol
    0    236    236     0    76.08%     derbyall
    0    9099    9099     0   1256.62%     suitesAll
 solN+1
    0    236    236     0    86.67%     derbyall
    F:1,E:0    9099    9098     0   1164.71%     suitesAll
 sparc
    0    236    236     0    63.77%     derbyall
    0    9099    9099     0   981.45%     suitesAll
 vista
    0    236    236     0    69.04%     derbyall
    0    7485    7485     0   635.86%     suitesAll
 vista-64
    0    236    236     0    95.69%     derbyall
    0    7485    7485     0   156.50%     suitesAll
 w2003
    0    236    236     0    69.44%     derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-722128.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.5/FailReports/722128_bySig.html 

*Jvm: 1.4*
 lin
    0    233    233     2    77.68%     derbyall
    0    8947    8947     0   1317.21%     suitesAll
 sles
    0    233    233     2    68.38%     derbyall
    0    8947    8947     0   775.00%     suitesAll
 sol
    0    233    233     2    74.93%     derbyall
    0    8947    8947     0   1020.89%     suitesAll
 solN+1
    1    233    232     2   122.45%     derbyall
    0    8947    8947     0   1099.49%     suitesAll
 sparc
    0    233    233     2    63.93%     derbyall
    0    8947    8947     0   993.46%     suitesAll
 vista
    0    233    233     2    68.62%     derbyall
    0    7333    7333     0   627.49%     suitesAll
 vista-64
    0    233    233     2    95.23%     derbyall
    0    7333    7333     0   159.56%     suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/Limited/testSummary-722128.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.4/FailReports/722128_bySig.html 

-------------------------------------------------------

Changes in      http://dbtg.thresher.com/derby/test/Daily/UpdateInfo/722128.txt 

( All results in http://dbtg.thresher.com/derby/test/ ) 


</description>
    <dc:creator>Ole.Solberg-UdXhSnd/wVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-02T16:55:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64483">
    <title>[jira] Subscription: Derby: JIRA issues with patch available</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64483</link>
    <description>Issue Subscription
Filter: Derby: JIRA issues with patch available (5 issues)
Subscriber: derby-dev


Key         Summary
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-02T16:36:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64471">
    <title>[jira] Commented: (DERBY-481) implement SQL generated columns</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64471</link>
    <description>
    [ https://issues.apache.org/jira/browse/DERBY-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12652147#action_12652147 ] 

Rick Hillegas commented on DERBY-481:
-------------------------------------

Hi Dag,

Thanks for your second batch of comments on November 26. I agree that it seems silly for RESTRICT to prevent you from dropping a column which is constrained by a CHECK constraint that only mentions that column. I'm not sure that the language of section 11.18 addresses this silliness, though. In the example from our test code, the CHECK constraint seems to me to be a column level CHECK constraint, not a table level constraint--so the exception in syntax rule (5b) doesn't apply. This is puzzling though. I don't know why the CHECK constraint would block a RESTRICTed DROP when phrased at the column level but would not block the DROP when phrased at the table level.

  GeneratedColumns.html, GeneratedColumns.html

</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-01T20:41:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64470">
    <title>[jira] Updated: (DERBY-481) implement SQL generated columns</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64470</link>
    <description>
     [ https://issues.apache.org/jira/browse/DERBY-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-481:
--------------------------------

    Attachment: derby-481-20-aa-cleanup.diff

Thanks for the great feedback, Dag! Attaching derby-481-20-aa-cleanup.diff, incorporating Dag's comments. Committed at subversion revision 722214.

  GeneratedColumns.html, GeneratedColumns.html

</description>
    <dc:creator>Rick Hillegas (JIRA</dc:creator>
    <dc:date>2008-12-01T20:29:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64466">
    <title>Regression Test Report - Daily 721858 - Sun DBTG</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64466</link>
    <description>[Auto-generated mail]

*Daily* 721858/2008-11-30 18:01:02 MET

Failed  Tests    OK  Skip  Duration       Suite
-------------------------------------------------------
*Jvm: 1.6*
 lin
    0    10857    10857     0   1657.76%     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    77.98%     derbyall
    0    2    2     0   334.06%     compatibility
    0    2    2     0   .%     demoSuite
 sles
    0    10857    10857     0   1070.14%     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    68.45%     derbyall
    0    2    2     0   165.73%     compatibility
    0    2    2     0   .%     demoSuite
 sol
    F:1,E:9    10857    10847     0   2424.17%     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    72.97%     derbyall
    UNKOWN    UNKOWN    UNKOWN     UNKOWN     0.00%     compatibility
    0    2    2     0   .%     demoSuite
 solN+1
    0    10857    10857     0   199.28%     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    95.42%     derbyall
    0    2    2     0   196.62%     compatibility
    0    2    2     0   .%     demoSuite
 sparc
    UNKOWN    UNKOWN    UNKOWN     UNKOWN     0.00%     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    63.71%     derbyall
    UNKOWN    UNKOWN    UNKOWN     UNKOWN     0.00%     compatibility
    0    2    2     0   .%     demoSuite
 vista
    F:0,E:1    9243    9242     0   101.96%     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    89.64%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 vista-64
   NA     NA     NA    NA               suitesAll
   NA     NA     NA    NA               jdbcapiAutoLoad
   NA     NA     NA    NA               JDBCDriversAll
   NA     NA     NA    NA               JDBCDriversClient
   NA     NA     NA    NA               JDBCDriversEmbedded
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               compatibility
   NA     NA     NA    NA               demoSuite
 w2003
   NA     NA     NA    NA               suitesAll
   NA     NA     NA    NA               jdbcapiAutoLoad
   NA     NA     NA    NA               JDBCDriversAll
   NA     NA     NA    NA               JDBCDriversClient
   NA     NA     NA    NA               JDBCDriversEmbedded
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               compatibility
   NA     NA     NA    NA               demoSuite
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/Limited/testSummary-721858.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.6/FailReports/721858_bySig.html 

*Jvm: 1.5*
 lin
    0    236    236     0    76.65%     derbyall
    0    9099    9099     0   1471.67%     suitesAll
 sles
    0    236    236     0    69.01%     derbyall
    0    9099    9099     0   834.21%     suitesAll
 sol
    0    236    236     0    76.97%     derbyall
   NA     NA     NA    NA               suitesAll
 solN+1
    0    236    236     0    87.09%     derbyall
    0    9099    9099     0   1167.08%     suitesAll
 sparc
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 vista
    0    236    236     0    69.30%     derbyall
    0    7485    7485     0   633.30%     suitesAll
 vista-64
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-721858.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.5/FailReports/721858_bySig.html 

*Jvm: 1.4*
 lin
    0    233    233     2    77.42%     derbyall
    0    8947    8947     0   1326.39%     suitesAll
 sles
    0    233    233     2    67.50%     derbyall
    0    8947    8947     0   774.08%     suitesAll
 sol
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 solN+1
    0    233    233     2    87.03%     derbyall
    0    8947    8947     0   1100.63%     suitesAll
 sparc
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 vista
    0    233    233     2    68.88%     derbyall
    0    7333    7333     0   623.84%     suitesAll
 vista-64
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/Limited/testSummary-721858.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.4/FailReports/721858_bySig.html 

-------------------------------------------------------

Changes in      http://dbtg.thresher.com/derby/test/Daily/UpdateInfo/721858.txt 

( All results in http://dbtg.thresher.com/derby/test/ ) 


</description>
    <dc:creator>Ole.Solberg-UdXhSnd/wVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-12-01T16:55:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64465">
    <title>[jira] Subscription: Derby: JIRA issues with patch available</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64465</link>
    <description>Issue Subscription
Filter: Derby: JIRA issues with patch available (6 issues)
Subscriber: derby-dev


Key         Summary
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-481   implement SQL generated columns
            https://issues.apache.org/jira/browse/DERBY-481
DERBY-3958  ImportExportProcedures imports ./testData/ImportExport/position_info.del using US-ASCII but the file contains non-ascii characters
            https://issues.apache.org/jira/browse/DERBY-3958
DERBY-3788  Provide a zero-admin way of updating the statisitcs of an index
            https://issues.apache.org/jira/browse/DERBY-3788
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-01T16:35:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64460">
    <title>JDK 1.4 support</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64460</link>
    <description>The user list has been discussing Derby's future support for JDK 1.4: 
http://www.nabble.com/JDK-1.4-support--td20650279.html#a20650279 I am 
moving that thread over to the developer list now.

Dag and Knut have raised the issue of small device support. BUILDING.txt 
suggests that Derby will run on CDC/Foundation Profile 1.0. I don't 
believe that's true anymore. I think that we abandoned CDC/FP 1.0 when 
we abandoned JDK 1.3. For the last couple releases, I believe that we 
have only been claiming that Derby will run on CDC/FP 1.1.2. That api is 
a subset of JDK 1.4.2 (see for instance 
http://java.sun.com/products/foundation/ ).

Our current small device claims aren't based on compile-time checks. 
Instead, we rely on warnings raised by community members who run the 
tests on small platforms. If we want to continue supporting small 
devices, then I think that we ought to be compiling the bulk of the core 
engine against CDC/FP 1.1.2 libraries, not against JDK 1.4.2 libraries.

Regards,
-Rick

</description>
    <dc:creator>Rick Hillegas</dc:creator>
    <dc:date>2008-12-01T14:32:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64458">
    <title>[jira] Created: (DERBY-3967) NPE when reading from stream/reader after commit or connection close</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64458</link>
    <description>NPE when reading from stream/reader after commit or connection close
--------------------------------------------------------------------

                 Key: DERBY-3967
                 URL: https://issues.apache.org/jira/browse/DERBY-3967
             Project: Derby
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 10.4.2.0, 10.3.3.0, 10.5.0.0
            Reporter: Kristian Waagan
            Priority: Minor


If a stream with a LOB as source is obtained through one of the result set getXStream methods, a NullPointerException is thrown if an attempt to read from the stream after connection commit or close is made.
Derby should fail more gracefully by informing the user that the LOB has been closed or made unavailable due to a commit/rollback.

</description>
    <dc:creator>Kristian Waagan (JIRA</dc:creator>
    <dc:date>2008-12-01T10:00:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64457">
    <title>Regression Test Report - Daily 721688 - Sun DBTG</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64457</link>
    <description>[Auto-generated mail]

*Daily* 721688/2008-11-29 18:01:22 MET

Failed  Tests    OK  Skip  Duration       Suite
-------------------------------------------------------
*Jvm: 1.6*
 lin
    0    10857    10857     0   1662.30%     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.05%     derbyall
    0    2    2     0   335.52%     compatibility
    0    2    2     0   .%     demoSuite
 sles
    0    10857    10857     0   1046.65%     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    69.73%     derbyall
    0    2    2     0   166.39%     compatibility
    0    2    2     0   .%     demoSuite
 sol
    F:1,E:0    10857    10856     0   2494.46%     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    73.89%     derbyall
    0    2    2     0   197.79%     compatibility
    0    2    2     0   .%     demoSuite
 solN+1
    0    10857    10857     0   199.09%     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    95.71%     derbyall
    0    2    2     0   199.57%     compatibility
    0    2    2     0   .%     demoSuite
 sparc
    0    10857    10857     0   496.03%     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    63.85%     derbyall
    0    2    2     0   178.23%     compatibility
    0    2    2     0   .%     demoSuite
 vista
    0    9243    9243     0   104.48%     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    90.97%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 vista-64
    F:1,E:0    9243    9242     0   153.01%     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    96.96%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 w2003
   NA     NA     NA    NA               suitesAll
   NA     NA     NA    NA               jdbcapiAutoLoad
   NA     NA     NA    NA               JDBCDriversAll
   NA     NA     NA    NA               JDBCDriversClient
   NA     NA     NA    NA               JDBCDriversEmbedded
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               compatibility
   NA     NA     NA    NA               demoSuite
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/Limited/testSummary-721688.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.6/FailReports/721688_bySig.html 

*Jvm: 1.5*
 lin
    0    236    236     0    77.18%     derbyall
    0    9099    9099     0   1476.99%     suitesAll
 sles
    0    236    236     0    68.60%     derbyall
    0    9099    9099     0   823.69%     suitesAll
 sol
    0    236    236     0    75.84%     derbyall
    0    9099    9099     0   1259.63%     suitesAll
 solN+1
    0    236    236     0    86.28%     derbyall
    F:2,E:0    9099    9097     0   1159.41%     suitesAll
 sparc
    0    236    236     0    63.75%     derbyall
    0    9099    9099     0   982.73%     suitesAll
 vista
    0    236    236     0    68.82%     derbyall
    0    7485    7485     0   633.85%     suitesAll
 vista-64
    0    236    236     0    95.42%     derbyall
   NA     NA     NA    NA               suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-721688.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.5/FailReports/721688_bySig.html 

*Jvm: 1.4*
 lin
    0    233    233     2    78.66%     derbyall
    F:1,E:0    8947    8946     0   1332.95%     suitesAll
 sles
    0    233    233     2    68.28%     derbyall
    0    8947    8947     0   767.55%     suitesAll
 sol
    0    233    233     2    74.81%     derbyall
    0    8947    8947     0   1021.67%     suitesAll
 solN+1
    0    233    233     2    87.05%     derbyall
    0    8947    8947     0   1098.23%     suitesAll
 sparc
    0    233    233     2    63.95%     derbyall
    0    8947    8947     0   989.81%     suitesAll
 vista
    0    233    233     2    68.52%     derbyall
    0    7333    7333     0   624.37%     suitesAll
 vista-64
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/Limited/testSummary-721688.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.4/FailReports/721688_bySig.html 

-------------------------------------------------------

Changes in      http://dbtg.thresher.com/derby/test/Daily/UpdateInfo/721688.txt 

( All results in http://dbtg.thresher.com/derby/test/ ) 


</description>
    <dc:creator>Ole.Solberg-UdXhSnd/wVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-30T16:55:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64456">
    <title>[jira] Subscription: Derby: JIRA issues with patch available</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64456</link>
    <description>Issue Subscription
Filter: Derby: JIRA issues with patch available (6 issues)
Subscriber: derby-dev


Key         Summary
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-481   implement SQL generated columns
            https://issues.apache.org/jira/browse/DERBY-481
DERBY-3958  ImportExportProcedures imports ./testData/ImportExport/position_info.del using US-ASCII but the file contains non-ascii characters
            https://issues.apache.org/jira/browse/DERBY-3958
DERBY-3788  Provide a zero-admin way of updating the statisitcs of an index
            https://issues.apache.org/jira/browse/DERBY-3788
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-11-30T16:35:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64454">
    <title>Regression Test Report - Daily 721534 - Sun DBTG</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64454</link>
    <description>[Auto-generated mail]

*Daily* 721534/2008-11-28 18:01:55 MET

Failed  Tests    OK  Skip  Duration       Suite
-------------------------------------------------------
*Jvm: 1.6*
 lin
   NA     NA     NA    NA               suitesAll
   NA     NA     NA    NA               jdbcapiAutoLoad
   NA     NA     NA    NA               JDBCDriversAll
   NA     NA     NA    NA               JDBCDriversClient
   NA     NA     NA    NA               JDBCDriversEmbedded
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               compatibility
   NA     NA     NA    NA               demoSuite
 sles
    F:0,E:1    10857    10856     0   1086.12%     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    69.87%     derbyall
    0    2    2     0   138.05%     compatibility
    0    2    2     0   .%     demoSuite
 sol
    F:1,E:0    10857    10856     0   2602.23%     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    75.11%     derbyall
    0    2    2     0   196.69%     compatibility
    0    2    2     0   .%     demoSuite
 solN+1
    F:1,E:0    10857    10856     0   202.27%     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    96.12%     derbyall
    0    2    2     0   208.43%     compatibility
    0    2    2     0   .%     demoSuite
 sparc
    0    10857    10857     0   506.80%     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    64.40%     derbyall
    0    2    2     0   190.04%     compatibility
    0    2    2     0   .%     demoSuite
 vista
    0    9243    9243     0    99.21%     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    89.77%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 vista-64
    0    9243    9243     0   159.81%     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    96.03%     derbyall
   NA     NA     NA    NA               compatibility
    0    2    2     0   .%     demoSuite
 w2003
   NA     NA     NA    NA               suitesAll
   NA     NA     NA    NA               jdbcapiAutoLoad
   NA     NA     NA    NA               JDBCDriversAll
   NA     NA     NA    NA               JDBCDriversClient
   NA     NA     NA    NA               JDBCDriversEmbedded
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               compatibility
   NA     NA     NA    NA               demoSuite
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/Limited/testSummary-721534.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.6/FailReports/721534_bySig.html 

*Jvm: 1.5*
 lin
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 sles
    0    236    236     0    68.12%     derbyall
    0    9099    9099     0   824.41%     suitesAll
 sol
    0    236    236     0    76.29%     derbyall
    0    9099    9099     0   1264.25%     suitesAll
 solN+1
    0    236    236     0    87.73%     derbyall
    0    9099    9099     0   1167.78%     suitesAll
 sparc
    0    236    236     0    64.13%     derbyall
    0    9099    9099     0   978.37%     suitesAll
 vista
    0    236    236     0    68.90%     derbyall
    0    7485    7485     0   633.76%     suitesAll
 vista-64
    0    236    236     0    96.00%     derbyall
    0    7485    7485     0   156.48%     suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/Limited/testSummary-721534.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.5/FailReports/721534_bySig.html 

*Jvm: 1.4*
 lin
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
 sles
    0    233    233     2    68.03%     derbyall
    0    8947    8947     0   770.68%     suitesAll
 sol
    0    233    233     2    74.92%     derbyall
    0    8947    8947     0   1019.04%     suitesAll
 solN+1
    0    233    233     2    87.29%     derbyall
    0    8947    8947     0   1092.41%     suitesAll
 sparc
    1    233    232     2    85.65%     derbyall
    0    8947    8947     0   986.00%     suitesAll
 vista
    0    233    233     2    68.24%     derbyall
    0    7333    7333     0   626.51%     suitesAll
 vista-64
    0    233    233     2    94.62%     derbyall
    0    7333    7333     0   159.09%     suitesAll
 w2003
   NA     NA     NA    NA               derbyall
   NA     NA     NA    NA               suitesAll
  Details in      http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/Limited/testSummary-721534.html 
  Attempted failure analysis in
                  http://dbtg.thresher.com/derby/test/Daily/jvm1.4/FailReports/721534_bySig.html 

-------------------------------------------------------

Changes in      http://dbtg.thresher.com/derby/test/Daily/UpdateInfo/721534.txt 

( All results in http://dbtg.thresher.com/derby/test/ ) 


</description>
    <dc:creator>Ole.Solberg-UdXhSnd/wVw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-11-29T16:55:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64453">
    <title>[jira] Subscription: Derby: JIRA issues with patch available</title>
    <link>http://comments.gmane.org/gmane.comp.apache.db.derby.devel/64453</link>
    <description>Issue Subscription
Filter: Derby: JIRA issues with patch available (6 issues)
Subscriber: derby-dev


Key         Summary
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-481   implement SQL generated columns
            https://issues.apache.org/jira/browse/DERBY-481
DERBY-3958  ImportExportProcedures imports ./testData/ImportExport/position_info.del using US-ASCII but the file contains non-ascii characters
            https://issues.apache.org/jira/browse/DERBY-3958
DERBY-3788  Provide a zero-admin way of updating the statisitcs of an index
            https://issues.apache.org/jira/browse/DERBY-3788
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-11-29T16:36:44</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>
