Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0027195 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] Z. Others | trivial | have not tried | 2014-07-25 11:50 | 2014-07-28 13:26 | |||||||
Reporter | AtulOpenbravo | View Status | public | |||||||||
Assigned To | shuehner | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
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 | 0027195: Change api-check tool to remove ignoring 'add one column to existing unique constraint' | |||||||||||
Description | Currently when changing an existing unique constraint to be less strict api-check tools does not flag this as an api-change, as no existing data can exist failing the check. However code which did rely on the stricter definition of the data can/will fail now as it may see more then one row now for its filter. Example: Table: c_bpartner Old constraint: ad_client_id, value New constraint: ad_client_id, ad_org_id, value Here code relying on c_bpartner.value being unique within a single client will now fail after that change. | |||||||||||
Steps To Reproduce | - | |||||||||||
Proposed Solution | Change ValidateAPIModel file to remove the special case so far permitting this change mentioned above. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
![]() |
|
![]() |
|||
Date Modified | Username | Field | Change |
2014-07-25 11:50 | AtulOpenbravo | New Issue | |
2014-07-25 11:50 | AtulOpenbravo | Assigned To | => shuehner |
2014-07-25 11:50 | AtulOpenbravo | OBNetwork customer | => No |
2014-07-25 11:50 | AtulOpenbravo | Modules | => Core |
2014-07-25 11:50 | AtulOpenbravo | Triggers an Emergency Pack | => No |
2014-07-28 13:26 | shuehner | Category | 01. General setup => Z. Others |
2014-07-28 13:26 | shuehner | Summary | API Change: Update unique constraint C_Bpartner_Value => Change api-check tool to remove ignoring 'add one column to existing unique constraint' |
2014-07-28 13:26 | shuehner | Description Updated | View Revisions |
2014-07-28 13:26 | shuehner | Proposed Solution updated |
Copyright © 2000 - 2009 MantisBT Group |