Replies: 1 comment
-
I'm not sure exactly what you are trying to accomplish, but you can subclass the I'm not sure what you mean by the phrase "queries are actually generated". The |
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
-
Hi!
I would like to stub out the database connection and be able to view and inspect the queries genereated by oracledb.
This is to enable unit tests and debugging query errors, without needing an actual oracle instance.
Diving through the source code of oracledb, I can't make sense of where the queries are actually generated.
I would be grateful if anybody have a suggestion on how to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions