You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a DB2 database. Some of my fields are of type xml. When I issue insert or update commands referring to those xml fields, the generated SQL only shows the type and size of xml parameters, but I want to see what is the content of the xml paramter.
Look at p5 and p6 in the follwoing SQL (generated by Glimpse):
I am using a DB2 database. Some of my fields are of type xml. When I issue insert or update commands referring to those xml fields, the generated SQL only shows the type and size of xml parameters, but I want to see what is the content of the xml paramter.
Look at p5 and p6 in the follwoing SQL (generated by Glimpse):
UPDATE Standard.DataTuples SET VersionNo = ?, Extra = ?, OrderNo = ?, TupleAction = ?, Timestamp = ?, XmlVariableValues = ?, XmlAmendments = ?, DatasetVersionRef = ? WHERE Id = ? AND VersionNo = ?; p0 = 3 [Type: Int32 (4)], p1 = NULL [Type: Xml (0)], p2 = 0 [Type: Int32 (4)], p3 = 0 [Type: Int32 (4)], p4 = 23-Oct-13 9:26:57 AM [Type: DateTime (16)], p5 = [Type: Xml (5374)], p6 = [Type: Xml (374)], p7 = 465 [Type: Int64 (8)], p8 = 638 [Type: Int64 (8)], p9 = 2 [Type: Int32 (4)]
The text was updated successfully, but these errors were encountered: