Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040358 | Openbravo ERP | A. Platform | public | 2019-03-12 11:45 | 2019-03-28 14:56 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0040358: use bind-parameters in ImportEntryManager |
Description | Use bind-parameter for data type in ImportEntryManager. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | design defect | 0038136 | | acknowledged | Triage Platform Base | Tracking issue: Find & Fix queries not using bind-params but embedding values into query string |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-03-12 11:45 | alostale | New Issue | |
2019-03-12 11:45 | alostale | Assigned To | => alostale |
2019-03-12 11:45 | alostale | Modules | => Core |
2019-03-12 11:45 | alostale | Triggers an Emergency Pack | => No |
2019-03-12 11:45 | alostale | Relationship added | blocks 0038136 |
2019-03-12 11:46 | alostale | Review Assigned To | => caristu |
2019-03-12 12:04 | hgbot | Checkin | |
2019-03-12 12:04 | hgbot | Note Added: 0110378 | |
2019-03-12 12:04 | hgbot | Status | new => resolved |
2019-03-12 12:04 | hgbot | Resolution | open => fixed |
2019-03-12 12:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/71917938577881c46f262ae5ed5953b580daf423 [^] |
2019-03-12 12:04 | hgbot | Checkin | |
2019-03-12 12:04 | hgbot | Note Added: 0110379 | |
2019-03-22 10:01 | caristu | Note Added: 0110574 | |
2019-03-22 10:01 | caristu | Status | resolved => closed |
2019-03-22 10:01 | caristu | Fixed in Version | => 3.0PR19Q2 |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110864 | |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110865 | |
Notes |
|
(0110378)
|
hgbot
|
2019-03-12 12:04
|
|
|
|
(0110379)
|
hgbot
|
2019-03-12 12:04
|
|
Repository: erp/devel/pi
Changeset: 92a2f9f50e21287328142c245879c207805d886b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 12 11:59:39 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/92a2f9f50e21287328142c245879c207805d886b [^]
related to issue 40358: code clean up
* Query String is now constant
* Write the full query without concatenating properties makes it more readable
* Using scrollable as AutoCloseable
---
M src/org/openbravo/service/importprocess/ImportEntryManager.java
---
|
|
|
|
|
|
|
|
|
|
|