Skip to content
  • Laurent Wouters's avatar
    [rql] Store selected variables for RQL select queries in ResultSet (#17218476) · 6eae252361e5
    Laurent Wouters authored
    By storing the name of the selected variables for RQL select queries in the
    ResultSet (within the "variables" attribute), the information can be passed
    down to specific protocols, e.g. rqlio that may wish to pass is down further
    to clients.
    In turn, clients can then choose to present the results of RQL select queries
    as symbolic bindings using the names used in the query's projection, instead of
    ordinal arrays.
    6eae252361e5