Page 1 of 1

Custom table named "dual" breaks TOCIConnection.GetSessionParameters

Posted: Mon 11 May 2020 15:59
by feelairslow
Hello,

I wrote a unit test where I created a table named "dual" in my database.
That's obviously a bad practice... but Oracle agreed.

But that broke TOCIConnection.GetSessionParameters.
An easy fix was to change all "from dual" by "from sys.dual".

Could you include this fix in a next release ?
Thank you.

Philippe

Re: Custom table named "dual" breaks TOCIConnection.GetSessionParameters

Posted: Fri 15 May 2020 10:46
by MaximG
Thank you for your suggestion. The fix will be included in the next build of our product, which we're currently working on.