Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011712 | Openbravo ERP | A. Platform | public | 2009-12-09 17:14 | 2009-12-11 06:38 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011712: ad_db_modified function found structure changes in the database when there had been no change |
Description | The ad_db_modified function (which is used in update.database and export.database to find out if there were changes in the database structure) didn't work correctly when the database was exported in a .dmp file and imported in a new database.
Specifically, it found changes even if no change had been done. |
Steps To Reproduce | Create the database (install.source, update.database, ...).
Check that you can do update.database without problems (=you don't get the -Dforce error).
Export the database to a dmp file.
Import it again in a new database. Change your Openbravo.properties file so that it points to this new database.
Do update.database again. It will fail because it finds "differences" in the new database, although it's identical to the old one. |
Proposed Solution | The function needs to be fixed. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-12-09 17:14 | marvintm | New Issue | |
2009-12-09 17:14 | marvintm | Assigned To | => marvintm |
2009-12-09 17:14 | marvintm | OBNetwork customer | => No |
2009-12-09 17:16 | hgbot | Checkin | |
2009-12-09 17:16 | hgbot | Note Added: 0022596 | |
2009-12-09 17:16 | hgbot | Status | new => resolved |
2009-12-09 17:16 | hgbot | Resolution | open => fixed |
2009-12-09 17:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/22091b0e5d61bc1952872a0d3538637c1ecc9f60 [^] |
2009-12-10 14:11 | shuehner | Note Added: 0022641 | |
2009-12-10 14:11 | shuehner | Status | resolved => closed |
2009-12-11 00:00 | anonymous | sf_bug_id | 0 => 2912328 |
2009-12-11 06:35 | hudsonbot | Checkin | |
2009-12-11 06:35 | hudsonbot | Note Added: 0022671 | |
2009-12-11 06:38 | hudsonbot | Checkin | |
2009-12-11 06:38 | hudsonbot | Note Added: 0022678 | |
Notes |
|
(0022596)
|
hgbot
|
2009-12-09 17:16
|
|
|
|
|
tested, checksum checks still works fine (detects not change) after dumping and recreating the database on postgres using both plain and custom backup-format. |
|
|
|
|
|
|
|