dendrite/syncapi/storage/cosmosdb
alexfca 66cfcca1cb
Fix the typo in the SQL (#26)
* - Ensure the correct ID is returned from the Max statements as the NullInt64 was not working as expected
- Check before creating the nextAccountDataID

* - Set the pos output var correctly and fix typo in the SQL

Co-authored-by: alexf@example.com <alexf@example.com>
2021-11-08 11:24:02 +11:00
..
deltas - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
account_data_table.go Fix the typo in the SQL (#26) 2021-11-08 11:24:02 +11:00
backwards_extremities_table.go - Make the CosmosDocId use commas as separators instead of underscore to match Messaging (#22) 2021-10-01 10:02:23 +10:00
current_room_state_table.go - Add $$NULL$$ string to be used when a part of the DocId is known to be NULL (#23) 2021-10-06 10:07:40 +11:00
filter_table.go - Make the CosmosDocId use commas as separators instead of underscore to match Messaging (#22) 2021-10-01 10:02:23 +10:00
filter_table_id_seq.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
filtering.go - Remove PerformQueryAllPartitions as it does not support aggreates (#24) 2021-10-08 11:17:22 +11:00
invites_table.go - Ensure the correct ID is returned from the Max statements as the NullInt64 was not working as expected (#25) 2021-11-07 16:47:55 +11:00
memberships_table.go - Make the CosmosDocId use commas as separators instead of underscore to match Messaging (#22) 2021-10-01 10:02:23 +10:00
output_room_events_table.go - Remove PerformQueryAllPartitions as it does not support aggreates (#24) 2021-10-08 11:17:22 +11:00
output_room_events_topology_table.go - Make the CosmosDocId use commas as separators instead of underscore to match Messaging (#22) 2021-10-01 10:02:23 +10:00
peeks_table.go - Ensure the correct ID is returned from the Max statements as the NullInt64 was not working as expected (#25) 2021-11-07 16:47:55 +11:00
receipt_table.go - Ensure the correct ID is returned from the Max statements as the NullInt64 was not working as expected (#25) 2021-11-07 16:47:55 +11:00
send_to_device_table.go - Ensure the correct ID is returned from the Max statements as the NullInt64 was not working as expected (#25) 2021-11-07 16:47:55 +11:00
send_to_device_table_seq.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
stream_id_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
syncserver.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00