daml/ledger-service
Stephen Compall a60bfb5f0a
json-api: avoid row_number/partition for single-party Oracle contract queries (#10124)
#9895 reintroduced the row_number over partition to eliminate duplicates
when querying the stakeholder-joined Oracle contract table.  However, as
#10123 establishes, these duplicates cannot happen if we are querying
for only one party.

Therefore, we special-case the single-party query case, for which we
skip the partition + outer-query duplicate elimination steps.

CHANGELOG_BEGIN
CHANGELOG_END
2021-08-03 23:28:29 +00:00
..
cli-opts Stop printing stacktrace on logging setup failures (#10364) 2021-07-22 05:25:02 +00:00
db-backend json-api: avoid row_number/partition for single-party Oracle contract queries (#10124) 2021-08-03 23:28:29 +00:00
http-json [JSON-API] Add option for setting a table prefix (#10444) 2021-08-03 13:38:32 +02:00
http-json-cli [JSON-API] Add option for setting a table prefix (#10444) 2021-08-03 13:38:32 +02:00
http-json-ledger-client [JSON-API] Include the logging context in the ledger client for consistent logging (#10332) 2021-07-21 10:05:45 +02:00
http-json-oracle [JSON-API] Add option for setting a table prefix (#10444) 2021-08-03 13:38:32 +02:00
http-json-perf [JSON-API] Validate schema version & add minimal options for schema creation (#10374) 2021-07-27 18:27:58 +02:00
http-json-testing Connection pool for Contract Dao (#10359) 2021-07-27 09:15:39 +01:00
jwt LF: Deprecate com.daml.lf.data.TryOps.Bracket (#10249) 2021-07-13 10:16:53 +00:00
lf-value-json ledger-service, navigator: Damlification of Scala files (#9669) 2021-05-20 09:14:13 +00:00
utils [JSON-API] Include the logging context in the ledger client for consistent logging (#10332) 2021-07-21 10:05:45 +02:00