Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035393 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2017-03-01 10:26 | 2017-03-02 14:06 | |||
Reporter | aferraz | View Status | public | |||||
Assigned To | platform | |||||||
Priority | normal | Resolution | duplicate | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Professional Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0035393: IN clause in view not properly exported using postgresql | |||||||
Description | IN clause in view not properly exported using postgresql | |||||||
Steps To Reproduce | Open c_invoice_candidate_v view with pgAdmin. Change in the view: (o.docstatus = 'CO' OR o.docstatus = 'CL' OR o.docstatus = 'IP') with: o.docstatus IN ('CO', 'CL', 'IP') Save it and run ant export.database. Check view is correctly exported. Revert previous change. Change in the view: AND ( dt.docsubtypeso <> 'ON' AND dt.docsubtypeso <> 'OB' AND dt.docsubtypeso <> 'WR' ) with: AND dt.docsubtypeso NOT IN ('ON', 'OB', 'WR') Save it and run ant export.database. Check view is correctly exported. Revert previous change. Now, make both changes together in the view, export them and check they are not correctly exported: Instead of: o.docstatus IN ('CO', 'CL', 'IP') we get: (o.docstatus IN ('CO', 'CL', 'IP'])) Instead of: AND dt.docsubtypeso NOT IN ('ON', 'OB', 'WR') we get: (dt.docsubtypeso <> ALL (ARRAY['ON', 'OB', 'WR')) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2017-03-01 10:26 | aferraz | New Issue | |
2017-03-01 10:26 | aferraz | Assigned To | => platform |
2017-03-01 10:26 | aferraz | Modules | => Core |
2017-03-01 10:26 | aferraz | Triggers an Emergency Pack | => No |
2017-03-01 10:28 | aferraz | Relationship added | related to 0035341 |
2017-03-02 14:06 | alostale | Relationship added | duplicate of 0029492 |
2017-03-02 14:06 | alostale | Status | new => closed |
2017-03-02 14:06 | alostale | Resolution | open => duplicate |
Copyright © 2000 - 2009 MantisBT Group |