Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014802Openbravo ERPY. DBSourceManagerpublic2010-10-06 18:392010-10-30 11:24
marvintm 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
 
Core
No
0014802: update.database.mod doesn't support modules with more than one dbprefix
The update.database.mod task doesn't support modules with more than one dbprefix. As this is something which will be needed for the new UI modules, this needs to be fixed.
Update.database.mod task will be replaced by update.database in the module management console build.
No tags attached.
Issue History
2010-10-06 18:39marvintmNew Issue
2010-10-06 18:39marvintmAssigned To => marvintm
2010-10-06 18:42hgbotCheckin
2010-10-06 18:42hgbotNote Added: 0031624
2010-10-06 18:42hgbotStatusnew => resolved
2010-10-06 18:42hgbotResolutionopen => fixed
2010-10-06 18:42hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8941ac1906bd640bbf49ca9cfbb059adf23a07cc [^]
2010-10-08 15:01hgbotCheckin
2010-10-08 15:01hgbotNote Added: 0031690
2010-10-08 20:59hudsonbotCheckin
2010-10-08 20:59hudsonbotNote Added: 0031718
2010-10-27 19:05shuehnerNote Added: 0032276
2010-10-27 19:05shuehnerStatusresolved => closed
2010-10-30 11:24anonymoussf_bug_id0 => 3098742

Notes
(0031624)
hgbot   
2010-10-06 18:42   
Repository: erp/devel/pi
Changeset: 8941ac1906bd640bbf49ca9cfbb059adf23a07cc
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 06 18:40:52 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8941ac1906bd640bbf49ca9cfbb059adf23a07cc [^]

Fixed issue 14802. Update.database.mod replaced by update.database.

---
M build.xml
M src-core/src/org/openbravo/base/BuildTask.java
M src-db/database/lib/dbsourcemanager.jar
---
(0031690)
hgbot   
2010-10-08 15:01   
Repository: erp/devel/dbsm-main
Changeset: bbfc58167d3ad2f7142090001caf0948f67faaab
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 06 18:40:04 2010 +0200
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/bbfc58167d3ad2f7142090001caf0948f67faaab [^]

Related to issue 14802. Added message in update.database.mod to warn user.

---
M src/org/openbravo/ddlutils/task/AlterDatabaseDataMod.java
---
(0031718)
hudsonbot   
2010-10-08 20:59   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/8941ac1906bd [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/f476e192559f [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18505.obx [^]
(0032276)
shuehner   
2010-10-27 19:05   
Reviewed & testing. Main technical change: always use (full) update.database instead of sometimes update.database.mod.
Testing done:
- install simple module (should do incremental build)
- install template (should do full build)
- install a pack+template (should do full build)
- update core (full build)
- uninstall module (full build)

All working fine.