Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0007676 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Y. DBSourceManager | major | always | 2009-02-19 12:52 | 2009-04-22 00:00 | |||
Reporter | jpabloae | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.50 | |||
Status | closed | Fix in branch | Fixed in SCM revision | a89cf175542a | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_11 | |||
OS Version | Gentoo - 2.6.27 | Database version | 8.3.5 | Ant version | 1.7.1 | |||
Product Version | pi | SCM revision | 13394 | |||||
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 | 0007676: Checks are exported in multiple lines in Oracle and only in one in PostgreSQL | |||||||
Description | The checks are exported into multiple lines when using Oracle. Example, in src-db/database/model/tables/AD_ORGTYPE.xml: <check name="AD_ORGTYPE_ISACCTLE_CHECK"><![CDATA[ ISACCTLEGALENTITY IN ('Y', 'N') ]]></check> And PostgreSQL exports it this way: <check name="AD_ORGTYPE_ISACCTLE_CHECK"><![CDATA[ISACCTLEGALENTITY IN ('Y', 'N')]]></check> This is dangerous because the result is different in PostgreSQL and in Oracle. | |||||||
Steps To Reproduce | 1. Check out trunk r13394 2. Configure it and run install.source 3. Put the core module in development in the AD_MODULE table. 4. Run "ant export.database -Dforce=yes" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0014285) hgbot (developer) 2009-03-03 11:45 |
Repository: dbsourcemanager Revision: 251 Author: marvintm Date: 2009-03-03 11:45:40 +0100 (Tue, 03 Mar 2009) Fixed issue 7676. Check constraints shouldn't be exported in multiple lines now. --- U trunk/src/org/apache/ddlutils/platform/ModelLoaderBase.java --- https://dev.openbravo.com/websvn/dbsourcemanager/?rev=251&sc=1 [^] |
(0014295) hgbot (developer) 2009-03-03 12:37 |
Repository: erp/devel/pi Changeset: a89cf175542a28fb572647c70acb7ee3cecb8486 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Mar 03 12:40:25 2009 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/a89cf175542a28fb572647c70acb7ee3cecb8486 [^] Fixed issue 7676. Check constraints shouldn't be exported in multiple lines now. --- M src-db/database/lib/dbsourcemanager.jar --- |
![]() |
|||
Date Modified | Username | Field | Change |
2009-02-19 12:52 | jpabloae | New Issue | |
2009-02-19 12:52 | jpabloae | Assigned To | => marvintm |
2009-02-19 12:52 | jpabloae | OBNetwork customer | => No |
2009-02-19 12:52 | jpabloae | Regression testing | => No |
2009-02-24 11:52 | rafaroda | Severity | minor => major |
2009-02-24 11:52 | rafaroda | Status | new => scheduled |
2009-03-03 11:45 | hgbot | Checkin | |
2009-03-03 11:45 | hgbot | Note Added: 0014285 | |
2009-03-03 11:45 | hgbot | Status | scheduled => resolved |
2009-03-03 11:45 | hgbot | Resolution | open => fixed |
2009-03-03 12:37 | hgbot | Checkin | |
2009-03-03 12:37 | hgbot | Note Added: 0014295 | |
2009-03-03 12:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a89cf175542a28fb572647c70acb7ee3cecb8486 [^] |
2009-04-21 10:33 | psarobe | Status | resolved => closed |
2009-04-22 00:00 | anonymous | sf_bug_id | 0 => 2777965 |
Copyright © 2000 - 2009 MantisBT Group |