You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2008/09/17 01:15:44 UTC

[jira] Created: (EMPIREDB-15) Record fields are not cleared properly by createRecord.

Record fields are not cleared properly by createRecord.
-------------------------------------------------------

                 Key: EMPIREDB-15
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-15
             Project: Empire-DB
          Issue Type: Bug
          Components: Core
    Affects Versions: empire-db-2.0.5-incubating
            Reporter: Rainer Döbele
            Assignee: Rainer Döbele
             Fix For: empire-db-2.0.5-incubating


The DBRecord.createRecords function does not clear all fields of a previous record if the table is not changed.
This may lead to undesired behaviour in rare circumstances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (EMPIREDB-15) Record fields are not cleared properly by createRecord.

Posted by "Rainer Döbele (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rainer Döbele resolved EMPIREDB-15.
-----------------------------------

    Resolution: Fixed

DBRecord.init function extended to clear all fields.

> Record fields are not cleared properly by createRecord.
> -------------------------------------------------------
>
>                 Key: EMPIREDB-15
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-15
>             Project: Empire-DB
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: empire-db-2.0.5-incubating
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>             Fix For: empire-db-2.0.5-incubating
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> The DBRecord.createRecords function does not clear all fields of a previous record if the table is not changed.
> This may lead to undesired behaviour in rare circumstances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.