daml/libs-scala/oracle-testing
Stephen Compall 3113702dc0
index json-api signatories and observers on Oracle (#9895)
* nvarchar2 keys are text-incompatible, but varchar2 keys are fine

* commit the ACS update before query

* add changelog

CHANGELOG_BEGIN
- [JSON API] The Oracle database schema has changed; if using
  ``--query-store-jdbc-config``, you must rebuild the database by adding
  ``,createSchema=true``.  See #9895.
CHANGELOG_END

* expand the InitDdl set to include materialized views

* replace search index with a materialized view that expands the stakeholders

* allow materialized views to be created in Oracle testing

* join and query the contract_stakeholders table for party-set membership

- restoring a few elements removed by 3e6661128d (#9484)
2021-06-17 11:52:37 -04:00
..
src/main/scala/testing/oracle index json-api signatories and observers on Oracle (#9895) 2021-06-17 11:52:37 -04:00
BUILD.bazel Factor out an Oracle test fixture (#9191) 2021-03-19 16:37:36 +01:00