You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Ignacio Andreu (JIRA)" <ji...@apache.org> on 2008/08/11 21:02:46 UTC

[jira] Updated: (OPENJPA-599) Postgres table cleanup problem

     [ https://issues.apache.org/jira/browse/OPENJPA-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignacio Andreu updated OPENJPA-599:
-----------------------------------

    Attachment: OPENJPA-599.patch

This patch cleans the table pg_largeobject at the beginning of each test case. I also refactored some methods in PostgresDictionary to avoid duplicated code in the streams support.

Please review and if no issues, commit for 1.2.X



> Postgres table cleanup problem
> ------------------------------
>
>                 Key: OPENJPA-599
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-599
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: Ignacio Andreu
>            Assignee: Ignacio Andreu
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: OPENJPA-599.patch
>
>
> In the Stream support OpenJPA uses a system table (pg_largepbject) at the end of the test cases OpenJPA doesn't delete the records generated by the test.
> The delete operation isn't trivial, because other programs in other databases can use this table, we've to delete only the records that we've inserted.

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