@trudb/tru-common-lib 0.0.263 → 0.0.264

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -670,7 +670,7 @@ class TruPredicate {
670
670
  };
671
671
  if (typeof field === 'string') {
672
672
  var args = propertyQueryPath?.slice(0);
673
- args[args.length - 1] += field;
673
+ args[0] += field;
674
674
  args.push(operator);
675
675
  args.push(value);
676
676
  this._breezePredicate = new breeze.Predicate(args);