Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Fix $select on primitive collection #134

Merged
1 commit merged into from
Mar 14, 2023
Merged

Fix $select on primitive collection #134

1 commit merged into from
Mar 14, 2023

Commits on Mar 14, 2023

  1. Fix $select on primitive collection

    When implementing $orderby the aggregation for a collection was broken
    into two peices this meant we needed to convert the column data back to
    JSON in the aggregate function if its an object otherwise we end up with
    an array of string encoded json objects. This only applies to objects
    though, so we need to skip the conversion if building an aggregate of
    primitive types.
    Tehsmash committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0d98a7a View commit details
    Browse the repository at this point in the history