dendrite/internal/cosmosdbapi
alexfca 3088238419
Add UniqueId to PartitionKey for some Dendrite tables (where possible) (#19)
* - Make all PartitionKeys include the tablename
- Update specific PKs to be item specific
- Add validation to the PerformQueryXX methods
- Fix queries that fail validation

* - Revert the PK back to CollectionName as it already includes the TableName

Co-authored-by: alexf@example.com <alexf@example.com>
2021-09-23 14:48:32 +10:00
..
client.go Add UniqueId to PartitionKey for some Dendrite tables (where possible) (#19) 2021-09-23 14:48:32 +10:00
collection.go - Add GO CosmosDB library github.com/vippsas/go-cosmosdb 2021-05-11 09:11:33 +10:00
cosmosconfig.go Add tenant-id to all docs and cross-tenant queries (#14) 2021-07-27 14:10:35 +10:00
document.go Use a common way to generate CollectionName and PartitionKey (#18) 2021-09-23 09:02:37 +10:00
documentoperations.go Add CT and UT to all documents and refactor (#17) 2021-09-20 17:41:04 +10:00
query.go - Add GO CosmosDB library github.com/vippsas/go-cosmosdb 2021-05-11 09:11:33 +10:00