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
			
									
									
						Custom table named "dual" breaks TOCIConnection.GetSessionParameters
- 
				feelairslow
 - Posts: 1
 - Joined: Mon 11 May 2020 15:42
 
Re: Custom table named "dual" breaks TOCIConnection.GetSessionParameters
Thank you for your suggestion. The fix will be included in the next build of our product, which we're currently working on.