src/Core/Resolvers/CosmosQueryEngine.cs (6 lines): - line 67: // TODO: add support for join query against another container - line 68: // TODO: add support for TOP and Order-by push-down - line 198: // TODO: fixme we have multiple rounds of serialization/deserialization JsomDocument/JObject - line 199: // TODO: add support for nesting - line 200: // TODO: add support for join query against another container - line 201: // TODO: add support for TOP and Order-by push-down src/Core/Resolvers/CosmosMutationEngine.cs (3 lines): - line 43: // TODO: add support for all mutation types - line 48: // TODO: in which scenario the queryArgs is empty - line 485: // TODO: we are doing multiple round of serialization/deserialization src/Config/HealthCheck/RuntimeHealthCheckConfig.cs (2 lines): - line 8: // TODO: Add support for caching in upcoming PRs - line 13: // TODO: Add support for parallel stream to run the health check query in upcoming PRs src/Core/Resolvers/Sql Query Structures/BaseSqlQueryStructure.cs (2 lines): - line 476: // TODO: This assumes the input was NOT nullable. - line 522: // TODO: This assumes the input was NOT nullable. src/Core/Resolvers/CosmosQueryStructure.cs (1 line): - line 164: // TODO: Revisit 'first' while adding support for TOP queries src/Core/Resolvers/Sql Query Structures/SqlQueryStructure.cs (1 line): - line 1115: // TODO: do we need to include primary keys in order by if not specified by user? src/Core/Services/MetadataProviders/MySqlMetadataProvider.cs (1 line): - line 132: /// TODO: For MySql stored procedure support, this needs to be implemented. src/Core/Services/MetadataProviders/PostgreSqlMetadataProvider.cs (1 line): - line 71: /// TODO: For PostgreSql stored procedure support, this needs to be implemented.