Closed nathanael-ness closed 9 months ago
@nathanael-ness sorry for the long delay. I'm finally getting around to making the module truly standard and able to be run across Windows PowerShell and PS7. It is required a significant rewrite (under the covers) of the module, but the result should be a stable codebase that runs on both platforms (.NET Framework and .NET) and will enable keeping the underlying providers up to date more easily. I'm tagging this PR and will close it (without accepting it) once the new release (2.0.0) is completed.
Superseded by version 2.0
I just wanted to say this is a great module! I do a lot of SQL pulls and this has let me really streamline my work. I had ran into an issue today when I tried to put my PowerShell script into a Windows Scheduled Task and run it. At first it kept erroring to run the Open-OracleConnection command. I checked here and saw the newest version was 1.9.0 and I was using 1.8.0. I updated to the newest version and crossed my fingers. Sure enough, ti works now! Don't know what change you made but thank you for it.