Skip to content

Moved query & search execution back to SObjectRepository

Pre-release
Pre-release
Compare
Choose a tag to compare
@jongpie jongpie released this 23 Feb 00:38
  • SObjectRepository.cls now handles query & serach execution, returning either an sobject or list of sobject (depending on which method is called)
    1. Existing classes will need to be updated to reflect this change
  • Created SOQLUtils class to handle parsing a list of objects into the formatted expected by SOQL for each data type
  • Deleted some old classes