Via @jfarrell: In the Database component, we should be a little more defensive than usual and check that the variables are set prior to generating the string. This will prevent malformed connection strings and will allow developers to catch errors on the off chance that the server returns malformed data.
Via @jfarrell: In the Database component, we should be a little more defensive than usual and check that the variables are set prior to generating the string. This will prevent malformed connection strings and will allow developers to catch errors on the off chance that the server returns malformed data.