Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0007179 | Openbravo ERP | Y. DBSourceManager | public | 2009-01-28 10:48 | 2009-04-22 00:00 |
|
Reporter | javierfrances | |
Assigned To | marvintm | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | rPath Linux |
Product Version | 2.40 | |
Target Version | | Fixed in Version | 2.50beta | |
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 | 0007179: Error in export.database |
Description | Version 2.40 - Postgres 8.3:
when you execute the ant export.database task, I have an error for the columns defined in database as numeric(10) or numeric(10,2). dbSourceManager generates the xml files and for these columns you have it as numeric(10,0) in the xml files, when the definition should be numeric(10) or numeric(10,2).
So, later when I execute the ant create.database task,the database is created without decimals for these columns and I miss the decimals for the registers on it. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-01-28 10:48 | javierfrances | New Issue | |
2009-01-28 10:48 | javierfrances | Assigned To | => marvintm |
2009-02-10 22:02 | pjuvara | OBNetwork customer | => No |
2009-02-10 22:02 | pjuvara | Note Added: 0013332 | |
2009-02-10 22:02 | pjuvara | Type | backport => defect |
2009-02-18 18:38 | svnbot | Checkin | |
2009-02-18 18:38 | svnbot | Note Added: 0013691 | |
2009-02-18 18:38 | svnbot | Status | new => resolved |
2009-02-18 18:38 | svnbot | Resolution | open => fixed |
2009-02-18 18:38 | svnbot | svn_revision | => 247 |
2009-02-18 18:39 | svnbot | Checkin | |
2009-02-18 18:39 | svnbot | Note Added: 0013692 | |
2009-02-18 18:39 | svnbot | svn_revision | 247 => 13332 |
2009-02-18 18:44 | svnbot | Checkin | |
2009-02-18 18:44 | svnbot | Note Added: 0013694 | |
2009-02-18 18:44 | svnbot | svn_revision | 13332 => 248 |
2009-04-21 10:54 | psarobe | Status | resolved => closed |
2009-04-22 00:00 | anonymous | sf_bug_id | 0 => 2777922 |
Notes |
|
|
Please do not log backports directly. |
|
|
(0013691)
|
svnbot
|
2009-02-18 18:38
|
|
Repository: dbsourcemanager
Revision: 247
Author: marvintm
Date: 2009-02-18 18:38:45 +0100 (Wed, 18 Feb 2009)
Fixed issue 7179. DBSM will now be able to correctly read the size and scale of numeric columns.
---
U trunk/src/org/apache/ddlutils/platform/postgresql/PostgreSqlModelLoader.java
---
https://dev.openbravo.com/websvn/dbsourcemanager/?rev=247&sc=1 [^]
|
|
|
(0013692)
|
svnbot
|
2009-02-18 18:39
|
|
Repository: openbravo
Revision: 13332
Author: marvintm
Date: 2009-02-18 18:39:22 +0100 (Wed, 18 Feb 2009)
Fixed issue 7179. DBSM will now be able to correctly read the size and scale of numeric columns.
---
U trunk/src-db/database/lib/dbsourcemanager.jar
---
https://dev.openbravo.com/websvn/openbravo/?rev=13332&sc=1 [^]
|
|
|
(0013694)
|
svnbot
|
2009-02-18 18:44
|
|
Repository: dbsourcemanager
Revision: 248
Author: marvintm
Date: 2009-02-18 18:44:14 +0100 (Wed, 18 Feb 2009)
Fixed issue 7179. DBSM will now be able to correctly read the size and scale of numeric columns.
---
U branches/r0.8x/src/org/apache/ddlutils/platform/postgresql/PostgreSqlModelLoader.java
---
https://dev.openbravo.com/websvn/dbsourcemanager/?rev=248&sc=1 [^]
|
|