You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix VerifyCA incompatibility with AWS Aurora: #1462.
Verify that the server's root certificate is present (in the list of provided CA certificates) when using the SslCa connection string option and SslMode is VerifyCA or VerifyFull.
Optimization: Use pipelining to begin a transaction: #1286.
Use Pipelining = False; in your connection string to disable this optimization if there are compatibility issues.