Mithrandyr

Results 54 comments of Mithrandyr

@kwein123 -- so based upon the error `provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)` it looks like there cert...

@kwein123 -- so, the next version (2.1.0), which is coming soon, should fix this. I changed the way the application is published, targeting NET6.0 and not just .NET Standard 2.0....

@icabraja theoretically any known way of connecting should be supported by using the `-ConnectionString` parameter. the other parameter sets exist to make connecting simpler without having to formulate a connection...

@icabraja - it looks like a limitation of the MySqlConnector library and .Net standard 2.0 implementations. https://github.com/mysql-net/MySqlConnector/blob/72ee684ed0e04e5f39d6e0757a1963e4aa36807f/src/MySqlConnector/Core/ServerSession.cs#L1516 Because I want SimplySql to work for both PS 5.1 and PS7+, I'm...

@icabraja -- `-ConnectionString` always is just that... a connection string -- it can't be anything else. Now you could try just passing in "DSN=mysql" though I have no idea if...

@icabraja -- The next version (2.1.0, hopefully coming out soon) -- may fix the issue you are having...

@icabraja -- Version 2.1 is released, please see if your issue is resolved.

@Gill-Bates Yeah -- the module is probably not thread-safe. When you use any of the `Open-*Connection` cmdlets, you are creating a connection to the database and that connection is stored...