Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022099 | Openbravo ERP | 00. Application dictionary | public | 2012-10-25 08:47 | 2013-04-16 13:28 |
Reporter | mirurita | ||||
Assigned To | AugustoMauch | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 20 | OS Version | Community Appliance | |
Product Version | pi | ||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0022099: Column name length should be verified to avoid errors in oracle | ||||
Description | Column name length should be verified to avoid errors in oracle. If you develop in PostgreSQL, it is possible to create 30 character length column names and the applications works fine (even the export.database). But the same code in oracle crashes. | ||||
Steps To Reproduce | -- POSTGRESQL 1) Using PostgreSQL database create a new module with OBSCNTR as db prefix 2) Add a new column alter table C_ACCTSCHEMA_DEFAULT add column em_obscntr_pendingservrev_acct character varying(32); alter table C_ACCTSCHEMA_DEFAULT add CONSTRAINT em_obscntr_acctdef_penservacct FOREIGN KEY (em_obscntr_pendingservrev_acct) REFERENCES c_validcombination (c_validcombination_id); 3) Create the corresponding column: - Reference: Search - Reference Search Key: Account 4) Create a field for this column 5) Compile and export. No problems, everything is working. -- ORACLE 6) Copy this module folder to an Oracle environment. 7) ant smartbuild -Dlocal=no 8) You get an error identifier is too long. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-10-25 08:47 | mirurita | New Issue | |||
2012-10-25 08:47 | mirurita | Assigned To | => AugustoMauch | ||
2012-10-25 08:47 | mirurita | Modules | => Core | ||
2013-04-16 13:28 | AugustoMauch | Triggers an Emergency Pack | => No | ||
2013-04-16 13:28 | AugustoMauch | Note Added: 0057932 | |||
2013-04-16 13:28 | AugustoMauch | Type | defect => design defect |
Notes | |||||
|
|||||
|
|