Make ClassFactory an internal class to the Connection class
Bug #242016 reported by
Kevin Shuk
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyax |
Confirmed
|
Wishlist
|
Kevin Shuk |
Bug Description
It has long annoyed me that to create a new sObjectClass in pyax, I had to pass the established connection object to the ClassFactory along with the sObject type. If the ClassFactory were an internal class to the Connection class, it could be accessed from the connection object and the connection to use would be assumed.
To post a comment you must log in.
Treat similar to Apex member of Connection.
Will break existing code, though it will clean up pyax usage considerably