Custom table named "dual" breaks TOCIConnection.GetSessionParameters
Posted: Mon 11 May 2020 15:59
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
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