We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e93640 commit d6a4a24Copy full SHA for d6a4a24
common/persistence/visibility/store/sql/visibility_store.go
@@ -677,7 +677,7 @@ func (s *VisibilityStore) buildSelectStmt(
677
return selectFilter, nil
678
}
679
680
-func (s *VisibilityStore) executeSelectStmtFromListWorkflowExecutionsRequestV2(
+func (s *VisibilityStore) executeSelectStmt(
681
ctx context.Context,
682
request *manager.ListWorkflowExecutionsRequestV2,
683
selectFilter *sqlplugin.VisibilitySelectFilter,
0 commit comments