Adds support for cloud id connection pool.
Things to note: username and password authentication is required when using cloud id connection pool but I haven't checked that they're provided - the connection should just fail authentication.
I also don't check the RequireAuth property, as we know it is implicitly true in this scenario. If RequireAuth is also set to true then the username and password will be applied again (with the same values). Not sure whether this would cause any problems downstream, but I suspect not.
Adds support for cloud id connection pool. Things to note: username and password authentication is required when using cloud id connection pool but I haven't checked that they're provided - the connection should just fail authentication.
I also don't check the
RequireAuth
property, as we know it is implicitly true in this scenario. IfRequireAuth
is also set to true then the username and password will be applied again (with the same values). Not sure whether this would cause any problems downstream, but I suspect not.