Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007256Openbravo ERPY. DBSourceManagerpublic2009-01-19 13:052009-03-25 20:06
shuehner 
marvintm 
normalmajorhave not tried
closedfixed 
5
2.40 
2.40MP4 
Core
No
0007256: update.database fails on postgres from r11171 .. >= 11171 (i.e. current 11997)
Commit 11172 introduced extra columns into the S_TIMEEXPENSELINE_V view. Dbsourmanager does a "create or replace view" statement which fails with the following error message "ERROR: cannot change number of columns in view"
checkout r2.40 with revision 11171
do create.database on postgresql
svn update to current r2.40
do update.database
No tags attached.
has duplicate defect 0008127 closed marvintm Problems updating from 2.40 to 2.40MP3 with 8 languages in DB 
blocks defect 0006991 closed marvintm update.database fails on postgres from r11171 .. >= 11171 (i.e. current 11997) 
Issue History
2009-01-30 11:18rafarodaTypedefect => backport
2009-01-30 11:18rafarodafix_in_branch => 2.40
2009-03-16 17:07hgbotCheckin
2009-03-16 17:07hgbotNote Added: 0014695
2009-03-16 17:07hgbotStatusscheduled => resolved
2009-03-16 17:07hgbotResolutionopen => fixed
2009-03-16 17:09hgbotCheckin
2009-03-16 17:09hgbotNote Added: 0014696
2009-03-16 17:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/de026a86c9689315e5505137ee579aba0623ce29 [^]
2009-03-16 17:10hgbotCheckin
2009-03-16 17:10hgbotNote Added: 0014697
2009-03-16 17:10hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/de026a86c9689315e5505137ee579aba0623ce29 [^] =>
2009-03-16 17:13hgbotCheckin
2009-03-16 17:13hgbotNote Added: 0014698
2009-03-16 17:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/12c7883c6a94860211952ddd286e4116a2aa4c2c [^]
2009-03-16 17:14marvintmRelationship addedhas duplicate 0008127
2009-03-24 11:01psarobeFixed in Version => 2.40MP4
2009-03-25 20:06psarobeStatusresolved => closed

Notes
(0014695)
hgbot   
2009-03-16 17:07   
Repository: dbsourcemanager
Revision: 259
Author: marvintm
Date: 2009-03-16 17:07:55 +0100 (Mon, 16 Mar 2009)

Fixed issue 7256. Views will again be dropped before inserted, avoiding this problem.

---
U branches/r0.8x/src/org/apache/ddlutils/alteration/ModelComparator.java
---

https://dev.openbravo.com/websvn/dbsourcemanager/?rev=259&sc=1 [^]
(0014696)
hgbot   
2009-03-16 17:09   
Repository: erp/stable/2.40
Changeset: de026a86c9689315e5505137ee579aba0623ce29
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Mar 16 17:12:59 2009 +0100
URL: http://code.openbravo.com/erp/stable/2.40/rev/de026a86c9689315e5505137ee579aba0623ce29 [^]

Fixed issue 7256. Views will again be dropped before inserted, avoiding this problem.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0014697)
hgbot   
2009-03-16 17:10   
Repository: dbsourcemanager
Revision: 260
Author: marvintm
Date: 2009-03-16 17:10:57 +0100 (Mon, 16 Mar 2009)

Fixed issue 7256. Views will again be dropped before inserted, avoiding this problem.

---
U trunk/src/org/apache/ddlutils/alteration/ModelComparator.java
---

https://dev.openbravo.com/websvn/dbsourcemanager/?rev=260&sc=1 [^]
(0014698)
hgbot   
2009-03-16 17:13   
Repository: erp/devel/pi
Changeset: 12c7883c6a94860211952ddd286e4116a2aa4c2c
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Mar 16 17:17:25 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/12c7883c6a94860211952ddd286e4116a2aa4c2c [^]

Fixed issue 7256. Views will again be dropped before inserted, avoiding this problem.

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