Skip to content

Bugfix for Set Filtering in Query.filterWhere()

Latest
Compare
Choose a tag to compare
@jongpie jongpie released this 18 Sep 14:47
269a787

Changes

Full Changelog: v3.1.1...v3.1.2

Metadata API Version Updated to v58.0

  • Updated all metadata to API v58.0 (Summer '23 release)

Bugfixes

  • Fixed an issue in Query.filterWhere() when filtering on Set<T> that would previously result in an exception due to invalid formatting in the generated query. Thanks to @ctcforce for reporting this (issue #43) and thanks to @jamessimone for fixing it! (PR #44)

Code Cleanup

  • Updated all references to classes & enums in the Schema & System namespaces to explicitly include the namespaces (e.g., SObjectField is now Schema.SObjectField). This avoids installation issues due to naming collisions in orgs that have custom Apex classes with the same name as a class/enum in the System namespace

Installation Info

Core Unlocked Package - no namespace

Core Unlocked Package - Nebula namespace