Details
-
Type:
Sub-Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 6.2.0
-
Fix Version/s: 6.2.0
-
Component/s: maxgui
-
Labels:None
-
Sprint:MXS-SPRINT-138, MXS-SPRINT-139
Description
A history object contains the following keys:
- connName: Connection name
- status: Status of the query .e.g. Finished, Error, Pending
- startTime: Time when executing the query
- stopTime: Time when receive the query
- exeTime: Execution time
- sql: Query text
- complete: result set is complete or not. Possible values: true/false/null
- rowCount: Row count for result set. Possible values: Number/null