Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010237 | Openbravo ERP | A. Platform | public | 2009-08-11 13:20 | 2011-02-04 09:12 |
Reporter | villind | ||||
Assigned To | rmorley | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
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 | 0010237: Functional index support for DDLUtils | ||||
Description | Currently the DDLUtils does not support functional indexes. When functional indexes are defined in the database and exported, only the index name is exported. These are needed for making unique indexes that have nullable columns and null values are considered equal. Also text based case insensitive searches would benefit of this feature. | ||||
Steps To Reproduce | Example indexes: CREATE UNIQUE INDEX bpartnerprod_prtempl_u2 ON m_product_template USING btree (c_bpartner_id,m_product_id,COALESCE(bw_cmf_department_id,0)); CREATE INDEX c_bpartner_name2 on c_bpartner (upper(name)); | ||||
Proposed Solution | Add support for functional indexes. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-08-11 13:20 | villind | New Issue | |||
2009-08-11 13:20 | villind | Assigned To | => rafaroda | ||
2009-08-13 14:20 | rafaroda | Assigned To | rafaroda => pjuvara | ||
2011-02-04 09:12 | jpabloae | Assigned To | pjuvara => rmorley |
There are no notes attached to this issue. |