Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049823 | Openbravo ERP | A. Platform | public | 2022-07-18 09:44 | 2022-07-18 13:58 |
|
Reporter | jarmendariz | |
Assigned To | jarmendariz | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR22Q4 | |
Merge Request Status | approved |
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 | 0049823: Remove unneeded case change in query parameter |
Description | Method selectTableName in ReferencedTables_data.xsql converts to lower case the ad_table_id parameter it receives. As this parameter is an identifier (an UUID), there is no need to do this conversion. |
Steps To Reproduce | See description |
Proposed Solution | Remove the lower() in the where clause:
where lower(ad_table_id) = lower(?) |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-07-18 09:44 | jarmendariz | New Issue | |
2022-07-18 09:44 | jarmendariz | Assigned To | => jarmendariz |
2022-07-18 09:44 | jarmendariz | OBNetwork customer | => No |
2022-07-18 09:44 | jarmendariz | Modules | => Core |
2022-07-18 09:44 | jarmendariz | Triggers an Emergency Pack | => No |
2022-07-18 09:48 | jarmendariz | Relationship added | related to 0049485 |
2022-07-18 10:00 | hgbot | Merge Request Status | => open |
2022-07-18 10:00 | hgbot | Note Added: 0139373 | |
2022-07-18 13:58 | hgbot | Merge Request Status | open => approved |
2022-07-18 13:58 | hgbot | Resolution | open => fixed |
2022-07-18 13:58 | hgbot | Status | new => closed |
2022-07-18 13:58 | hgbot | Fixed in Version | => PR22Q4 |
2022-07-18 13:58 | hgbot | Note Added: 0139389 | |
2022-07-18 13:58 | hgbot | Note Added: 0139390 | |