Replies: 1 comment
-
I'm also interested in the answer to the first question. I need access to the parameter values passed to SQL, just like Nhibernate logs do by placing the values at the end of sql. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have two question.
How can I correctly intercept prepared sql string? I use OnPrepareStatement method of IInterceptor, but it provides non parametrized string like this: "INSERT INTO MYTABLE (COL1, COL2, COL3) VALUES ("?", "?", "?")".
And also, is there any way to prevent database interaction? As far as I see, it is possible to create a custom driver. But how can this be registered?
Thank you a lot.
Beta Was this translation helpful? Give feedback.
All reactions