Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0007256 | Openbravo ERP | Y. DBSourceManager | public | 2009-01-19 13:05 | 2009-03-25 20:06 |
|
Reporter | shuehner | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40 | |
Target Version | | Fixed in Version | 2.40MP4 | |
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 | 0007256: update.database fails on postgres from r11171 .. >= 11171 (i.e. current 11997) |
Description | 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" |
Steps To Reproduce | checkout r2.40 with revision 11171
do create.database on postgresql
svn update to current r2.40
do update.database
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | 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) |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-01-30 11:18 | rafaroda | Type | defect => backport |
2009-01-30 11:18 | rafaroda | fix_in_branch | => 2.40 |
2009-03-16 17:07 | hgbot | Checkin | |
2009-03-16 17:07 | hgbot | Note Added: 0014695 | |
2009-03-16 17:07 | hgbot | Status | scheduled => resolved |
2009-03-16 17:07 | hgbot | Resolution | open => fixed |
2009-03-16 17:09 | hgbot | Checkin | |
2009-03-16 17:09 | hgbot | Note Added: 0014696 | |
2009-03-16 17:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.40/rev/de026a86c9689315e5505137ee579aba0623ce29 [^] |
2009-03-16 17:10 | hgbot | Checkin | |
2009-03-16 17:10 | hgbot | Note Added: 0014697 | |
2009-03-16 17:10 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/stable/2.40/rev/de026a86c9689315e5505137ee579aba0623ce29 [^] => |
2009-03-16 17:13 | hgbot | Checkin | |
2009-03-16 17:13 | hgbot | Note Added: 0014698 | |
2009-03-16 17:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/12c7883c6a94860211952ddd286e4116a2aa4c2c [^] |
2009-03-16 17:14 | marvintm | Relationship added | has duplicate 0008127 |
2009-03-24 11:01 | psarobe | Fixed in Version | => 2.40MP4 |
2009-03-25 20:06 | psarobe | Status | resolved => 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
|
|
|
|
(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
|
|
|