Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029800 | Openbravo ERP | A. Platform | public | 2015-05-06 12:54 | 2016-03-17 10:54 |
|
Reporter | egoitz | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 35864 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029800: Allow excluding sequences from model |
Description | Add the possibility to exclude sequences from model:
http://wiki.openbravo.com/wiki/How_to_exclude_Database_Physical_Objects_From_Model [^]
Some tools installed on top of postgresql create sequences that should be excluded from model.
|
Steps To Reproduce | Install the slony tool and execute an update.database on q1.3 release:
http://www.slony.info/ [^]
You get errors due to sequences and relations. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0028143 | | closed | alostale | The database sequences are exported to xml files including also the next value | related to | feature request | 0031685 | | closed | AugustoMauch | Allow using SQL wildcards in the dbsourmanager exclude filter | related to | feature request | 0031672 | | closed | AugustoMauch | Add tests to check that the exclusion filter works properly in DBSourceManager |
|
Attached Files | 29800.export (8,205) 2015-12-09 16:59 https://issues.openbravo.com/file_download.php?file_id=8793&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-06 12:54 | egoitz | New Issue | |
2015-05-06 12:54 | egoitz | Assigned To | => platform |
2015-05-06 12:54 | egoitz | OBNetwork customer | => Yes |
2015-05-06 12:54 | egoitz | Modules | => Core |
2015-05-06 12:54 | egoitz | Support ticket | => 35864 |
2015-05-06 12:54 | egoitz | Triggers an Emergency Pack | => No |
2015-05-06 12:56 | egoitz | Relationship added | related to 0028143 |
2015-12-09 16:59 | AugustoMauch | File Added: 29800.export | |
2015-12-09 16:59 | AugustoMauch | Status | new => scheduled |
2015-12-10 09:19 | AugustoMauch | Relationship added | related to 0031672 |
2015-12-11 10:12 | AugustoMauch | Assigned To | platform => AugustoMauch |
2015-12-11 10:13 | AugustoMauch | Note Added: 0082674 | |
2016-01-20 11:44 | AugustoMauch | Review Assigned To | => alostale |
2016-01-20 12:23 | hgbot | Checkin | |
2016-01-20 12:23 | hgbot | Note Added: 0083441 | |
2016-01-20 12:23 | hgbot | Status | scheduled => resolved |
2016-01-20 12:23 | hgbot | Resolution | open => fixed |
2016-01-20 12:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9cbd94b17c8829193f42387b92d1d098b018637f [^] |
2016-01-20 12:23 | hgbot | Checkin | |
2016-01-20 12:23 | hgbot | Note Added: 0083445 | |
2016-01-20 12:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/9cbd94b17c8829193f42387b92d1d098b018637f [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/59d5fc9fb9cf719394db9437d53593ca23643bf5 [^] |
2016-01-20 12:24 | hgbot | Checkin | |
2016-01-20 12:24 | hgbot | Note Added: 0083446 | |
2016-01-20 13:30 | AugustoMauch | Relationship added | related to 0031685 |
2016-01-20 15:26 | alostale | Note Added: 0083464 | |
2016-01-20 15:26 | alostale | Status | resolved => closed |
2016-01-20 15:26 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:54 | hudsonbot | Checkin | |
2016-03-17 10:54 | hudsonbot | Note Added: 0085058 | |
Notes |
|
|
Done, waiting for the PR16Q2 window to be open |
|
|
(0083441)
|
hgbot
|
2016-01-20 12:23
|
|
|
|
(0083445)
|
hgbot
|
2016-01-20 12:23
|
|
Repository: erp/devel/dbsm-main
Changeset: 59d5fc9fb9cf719394db9437d53593ca23643bf5
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Dec 09 16:55:15 2015 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/59d5fc9fb9cf719394db9437d53593ca23643bf5 [^]
Fixes issue 29800: It is supported to exclude sequences from the database model
It is possible to exclude sequences from the model by declaring the exclusions in the exclude filter like this:
<?xml version="1.0"?>
<vector>
<excludedSequence name="EXCLUDED_SEQUENCE"/>
</vector>
---
M src/mapping.xml
M src/org/apache/ddlutils/platform/ExcludeFilter.java
A src/org/apache/ddlutils/platform/modelexclusion/ExcludedSequence.java
---
|
|
|
(0083446)
|
hgbot
|
2016-01-20 12:24
|
|
Repository: erp/devel/dbsm-main
Changeset: e3b7eb7d542c49ed95afd1635ae94569cfa86749
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Dec 09 16:56:07 2015 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/e3b7eb7d542c49ed95afd1635ae94569cfa86749 [^]
Related with issue 29800: Adds tests to check excluded sequences
---
M src-test/src/org/openbravo/dbsm/test/model/CheckExcludeFilter.java
A src-test/model/excludeFilter/BASE_MODEL_WITH_SEQUENCE.xml
A src-test/model/excludeFilter/excludeSequence.xml
---
|
|
|
|
|
|
|
|