Skip to content

Commit

Permalink
HDB: Added missing Statement Context Options
Browse files Browse the repository at this point in the history
Flag was already missing, the rest come from SecureAuthCorp/SAP-Dissection-plug-in-for-Wireshark#22
  • Loading branch information
martingalloar committed Jun 4, 2021
1 parent 13fa2fc commit f2d0696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pysap/SAPHDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,10 @@ class SAPHDBPartStatementContext(SAPHDBOptionPartRow):
2: "Server Processing Time",
3: "Schema Name",
4: "Flag Set",
5: "Query Time Out",
6: "Client Reconnection Wait Timeout",
7: "Server CPU Time",
8: "Server Memory Usage",
}


Expand Down

0 comments on commit f2d0696

Please sign in to comment.