Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014235 | Openbravo ERP | A. Platform | public | 2010-08-18 13:55 | 2010-10-30 11:24 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
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 | 0014235: Missing order by clause in Field_data.xsql selectDefaultValue method |
Description | The Wad engine calls the sql-query defined in FieldsData.selectDefaultValues twice and assumes that the rows are returned in the same order (as one call generates a java-function and the second call generates the call to this function (and the order of parameters needs to agree)).
The order of returned rows is not guaranteed to be stable without the order by clause showing itself in two problems:
- diffing srcAD with two different runs of compile.complete shows unneeded differences (harmless but annoying)
- sometimes (i.e. when changing Wad to be multi-threaded) the order is different inside one compile.complete run leaving to compile error of the generated files
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0011752 | | closed | alostale | Default values of WAD generated windows do not work always. |
|
Attached Files | 14235.diff (530) 2010-08-18 13:56 https://issues.openbravo.com/file_download.php?file_id=2880&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-18 13:55 | shuehner | New Issue | |
2010-08-18 13:55 | shuehner | Assigned To | => shuehner |
2010-08-18 13:55 | shuehner | OBNetwork customer | => No |
2010-08-18 13:56 | shuehner | File Added: 14235.diff | |
2010-08-30 09:02 | alostale | Status | new => scheduled |
2010-10-24 23:14 | hgbot | Checkin | |
2010-10-24 23:14 | hgbot | Note Added: 0032146 | |
2010-10-24 23:14 | hgbot | Status | scheduled => resolved |
2010-10-24 23:14 | hgbot | Resolution | open => fixed |
2010-10-24 23:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8fe20cfac1483a258e3a6da99c937c0ee45cfb68 [^] |
2010-10-25 10:13 | marvintm | Note Added: 0032164 | |
2010-10-25 10:13 | marvintm | Status | resolved => closed |
2010-10-25 19:37 | hudsonbot | Checkin | |
2010-10-25 19:37 | hudsonbot | Note Added: 0032192 | |
2010-10-30 11:24 | anonymous | sf_bug_id | 0 => 3098727 |
2012-03-29 17:14 | shuehner | Relationship added | has duplicate 0011752 |