Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038749 | Openbravo ERP | A. Platform | public | 2018-06-13 12:14 | 2018-06-15 10:49 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0038749: InventoryCountProcess registers SQL functions in a non-standard way |
Description | InventoryCountProcess registers SQL functions in a non-standard way[1]. It is was manually registering the functions into the dialect. This is wrong because:
a) Duplicates the code. Performs the same actions done by the OBDal.registerSQLFunction
b) This will not work in Hibernate 5.3
Note that this is a change we missed when fixing 0038520, due to the fact that the code does not use the OBDal.registerSQLFunction. |
Steps To Reproduce | In description |
Proposed Solution | Register the required functions using a SQLFunctionRegister |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038520 | | closed | caristu | Deprecate OBDal.registerSQLFunction |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-06-13 12:14 | caristu | New Issue | |
2018-06-13 12:14 | caristu | Assigned To | => caristu |
2018-06-13 12:14 | caristu | Modules | => Core |
2018-06-13 12:14 | caristu | Triggers an Emergency Pack | => No |
2018-06-13 12:15 | caristu | Description Updated | bug_revision_view_page.php?rev_id=17292#r17292 |
2018-06-13 12:15 | caristu | Relationship added | related to 0038520 |
2018-06-13 12:16 | caristu | Description Updated | bug_revision_view_page.php?rev_id=17293#r17293 |
2018-06-13 17:34 | hgbot | Checkin | |
2018-06-13 17:34 | hgbot | Note Added: 0105132 | |
2018-06-13 17:34 | hgbot | Status | new => resolved |
2018-06-13 17:34 | hgbot | Resolution | open => fixed |
2018-06-13 17:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/12232bee10ef58d11743de979fdfa0dd9e4614ba [^] |
2018-06-13 17:34 | caristu | Review Assigned To | => alostale |
2018-06-13 21:36 | hudsonbot | Checkin | |
2018-06-13 21:36 | hudsonbot | Note Added: 0105134 | |
2018-06-15 10:49 | alostale | Note Added: 0105171 | |
2018-06-15 10:49 | alostale | Status | resolved => closed |
2018-06-15 10:49 | alostale | Fixed in Version | => 3.0PR18Q3 |