Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008641Openbravo ERPY. DBSourceManagerpublic2009-04-20 11:242009-05-09 00:00
marvintm 
marvintm 
normalmajorhave not tried
closedfixed 
5
2.50 
2.50MP1 
Core
No
0008641: DBSourceManager incorrectly exports a table to a module if there is a column called exactly the same added to AD_EXCEPTIONS
DBSourceManager works incorrectly if:

- There is a column which has exactly the same name as a table
- The column is added to the AD_EXCEPTIONS table

The column will be correctly exported to the module, but the table will also be exported to the module, and this is wrong.
250MP1, Modularity
related to defect 0008973 closed alostale Not able to add a column in core through a module although it is defined as an exception 
Issue History
2009-04-20 11:24marvintmNew Issue
2009-04-20 11:24marvintmAssigned To => marvintm
2009-04-20 11:24marvintmRegression testing => No
2009-04-22 20:20psarobeTag Attached: Modularity
2009-04-22 20:20psarobeStatusnew => scheduled
2009-04-27 16:17marvintmTag Attached: 250MP1
2009-04-29 10:37hgbotCheckin
2009-04-29 10:37hgbotNote Added: 0015901
2009-04-29 10:37hgbotStatusscheduled => resolved
2009-04-29 10:37hgbotResolutionopen => fixed
2009-04-29 10:40hgbotCheckin
2009-04-29 10:40hgbotNote Added: 0015902
2009-04-29 10:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/27c5ab7c62f51c68efb3e3bbec7e4ae0fd78d1f8 [^]
2009-05-08 20:40psarobeStatusresolved => closed
2009-05-08 22:19psarobeRelationship addedrelated to 0008973
2009-05-09 00:00anonymoussf_bug_id0 => 2789238

Notes
(0015901)
hgbot   
2009-04-29 10:37   
Repository: dbsourcemanager
Revision: 305
Author: marvintm
Date: 2009-04-29 10:37:44 +0200 (Wed, 29 Apr 2009)

Fixed issue 8641. Now if a column is added to the AD_EXCEPTIONS table, and there is a table which is called exactly the same, the table shouldn't be exported to the module, but the column should be.

---
U trunk/src/org/apache/ddlutils/platform/ExcludeFilter.java
---

https://dev.openbravo.com/websvn/dbsourcemanager/?rev=305&sc=1 [^]
(0015902)
hgbot   
2009-04-29 10:40   
Repository: erp/devel/pi
Changeset: 27c5ab7c62f51c68efb3e3bbec7e4ae0fd78d1f8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Apr 29 10:38:51 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/27c5ab7c62f51c68efb3e3bbec7e4ae0fd78d1f8 [^]

Fixed issue 8641. Now if a column is added to the AD_EXCEPTIONS table, and there is a table which is called exactly the same, the table shouldn't be exported to the module, but the column should be.

---
M src-db/database/lib/dbsourcemanager.jar
---