Hannah Vernon
Hannah Vernon
I don't have strong enough php skills to be of any help in suggesting a code change via a PR, otherwise I'd do that 🙂
While it wouldn't prevent any non-encrypted connectivity, having the option to only connect via trusted certificates is probably important for some folks. For me, having the `TrustServerCertificate` setting defaulted to...
and, since `FIND_IN_SET` is not a built-in function, I coded the replacement myself and manually added it to the database. This is the code: ``` CREATE OR ALTER FUNCTION dbo.FIND_IN_SET...