Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NHibernate.Glimpse does not show the value of xml parameters #8

Open
javadch opened this issue Oct 23, 2013 · 0 comments
Open

NHibernate.Glimpse does not show the value of xml parameters #8

javadch opened this issue Oct 23, 2013 · 0 comments

Comments

@javadch
Copy link

javadch commented Oct 23, 2013

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)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant