Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016329Openbravo ERPA. Platformpublic2011-03-16 15:412011-03-17 00:00
marvintm 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
3.0RC5 
Core
No
0016329: Export.database doesn't update structure checksum
Export.database doesn't update the checksum of the database structure. This means that if you do some changes, then export.database, and then update.database, the update.database will fail because it will incorrectly detect changes in the database structure.
No tags attached.
Issue History
2011-03-16 15:41marvintmNew Issue
2011-03-16 15:41marvintmAssigned To => marvintm
2011-03-16 15:41marvintmModules => Core
2011-03-16 15:41marvintmStatusnew => scheduled
2011-03-16 15:41marvintmfix_in_branch => pi
2011-03-16 18:17hgbotCheckin
2011-03-16 18:17hgbotNote Added: 0034953
2011-03-16 18:17hgbotStatusscheduled => resolved
2011-03-16 18:17hgbotResolutionopen => fixed
2011-03-16 18:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8f593389661dc9a2724ad64d3e25594165373c2d [^]
2011-03-16 18:17hgbotCheckin
2011-03-16 18:17hgbotNote Added: 0034955
2011-03-16 18:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/8f593389661dc9a2724ad64d3e25594165373c2d [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/5f524f7e38d833aa63d2f547e935fb1b5f0c2c80 [^]
2011-03-16 18:19hgbotCheckin
2011-03-16 18:19hgbotNote Added: 0034958
2011-03-16 18:19hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/dbsm-main/rev/5f524f7e38d833aa63d2f547e935fb1b5f0c2c80 [^] => http://code.openbravo.com/erp/stable/2.50/rev/437a06f270a020cbcdcdd1a5b93c0ae2f52ce487 [^]
2011-03-16 19:13shuehnerNote Added: 0034969
2011-03-16 19:13shuehnerStatusresolved => closed
2011-03-17 00:00anonymoussf_bug_id0 => 3217701

Notes
(0034953)
hgbot   
2011-03-16 18:17   
Repository: erp/devel/pi
Changeset: 8f593389661dc9a2724ad64d3e25594165373c2d
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 16 18:15:40 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8f593389661dc9a2724ad64d3e25594165373c2d [^]

Fixed issue 16331. Fixed issue 16329. Fixed issue 16334.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0034955)
hgbot   
2011-03-16 18:17   
Repository: erp/devel/dbsm-main
Changeset: 5f524f7e38d833aa63d2f547e935fb1b5f0c2c80
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 16 18:13:36 2011 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/5f524f7e38d833aa63d2f547e935fb1b5f0c2c80 [^]

Fixed issue 16329. CRC will be updated at the end of export.database

---
M src/org/openbravo/ddlutils/task/ExportDatabase.java
---
(0034958)
hgbot   
2011-03-16 18:19   
Repository: erp/stable/2.50
Changeset: 437a06f270a020cbcdcdd1a5b93c0ae2f52ce487
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Mar 16 18:18:33 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/437a06f270a020cbcdcdd1a5b93c0ae2f52ce487 [^]

Fixed issue 16331. Fixed issue 16329. Fixed issue 16334.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0034969)
shuehner   
2011-03-16 19:13   
tested in pi/psql (as changed codepath is only used with postgres). when changing a function in the db and using export.database now the crc is updated in ad_system_info. when doing a subsequent update.database without option force this does not stop (which is correct). Doing a change in the db and not exporting it a subsequent update.database without the force option does stop with a 'local changes' message (also correct).