Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.1
-
Component/s: JDO queries
-
Labels:None
-
Number of attachments :
Description
Instead of running complex SQL Select query that is being passed from SQLEngine to SQLStatementUpdate and then to SQLStatementUpdateCheck. That sql SELECT query involves the joins which is useless because we only need to run the update failure check on the table on which we are running update query in SQLStatementUpdate.
So now there is no need to pass sql from SQLEngine to SQLStatementUpdate and then to SQLStatementUpdateCheck. Now we are building the SELECT sql query inside SQLStatementUpdateCheck.
Will add patch after adding few comments.
Regards, Ahmad
Activity
Ralf Joachim
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | JDO queries [ 11823 ] |
AHMAD HASSAN
made changes -
| Attachment | patch-C2771-20090727.txt [ 43427 ] |
Ralf Joachim
made changes -
| Attachment | patch-C2771-20090727-01.txt [ 43434 ] |
Ralf Joachim
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.3.1 [ 14004 ] |
Ralf Joachim
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |