Possible Defect: Script Extensions do not allow same (case insensitive) runtime object name in 2 different namespaces
I have a script extension that I can call methods from in this way: SQL.recordset.getRecordSet So, the runtime object is Namespace: "SQL" Name: "recordset" --------------------...