Mithrandyr

Results 54 comments of Mithrandyr

@darthcircuit -- for Oracle, you have to prefix your variables with ":" instead of "@". so ```powershell $sql = "INSERT INTO DB.TABLE(event_id,app_id,app_name,user_id,upn) VALUES (:event_id, :app_id, :app_name, :user_id, :upn)" $newEvent =...

@fatherofinvention , @reddwarf666 probably possible, but a matter of time for when I can get to this -- right now working on my dissertation, so I don't have any available...

@ericfran -- I'm having troubles reproducing, can you provide some sample code that demonstrates the issue. I'm using PowerShell 7.4.7 and SimplySql 2.1.0.96. I tried this: ```powershell Open-MySqlConnection -Server $server...

@ericfran -- so the key is to set "KeepAlive" -- maybe that should be set by default, are you aware of any issues that might happen with doing that?