Skip to content

Commit 3e2760b

Browse files
authored
Edit Error text to be the same for both computed columns and leading wild card
1 parent 8b9c694 commit 3e2760b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/includes/cc-query-antipatterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following example is a FetchXml query that uses a leading wild card:
4343
</fetch>
4444
```
4545

46-
When queries using leading wild cards timeout, the following error is returned:
46+
When queries time out and this pattern is detected, Dataverse returns a unique error to help identify which queries are using this pattern:
4747

4848
> Name: `LeadingWildcardCauseTimeout`<br />
4949
> Code: `0x80048573`<br />

0 commit comments

Comments
 (0)