Skip to content

Commit 6868e4f

Browse files
committed
Finding more table names gives more record identifying Fixed #204
1 parent 6bfcd65 commit 6868e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginTraceViewer/Link.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public class Links : List<Link>
129129
private const string guidregex = @"([a-z0-9]{8}[-][a-z0-9]{4}[-][a-z0-9]{4}[-][a-z0-9]{4}[-][a-z0-9]{12})";
130130
private static char[] spacechars = { ' ', '\t', '\n', '\r', ':', '.', ',', '=', '"', '\'', '(', ')', '[', ']' };
131131
private static char[] separators = { ';', ':', '(', ')', '[', ']', '{', '}', '<', '>', '/', '|', '^', '"', '\'', '\\', '/', '`' };
132-
private static string[] wordsbetweenstableandguid = { "new guid", ", id", "with id", "of entity", "context.primaryentityid" };
132+
private static string[] wordsbetweenstableandguid = { "new guid", "system.guid", "guid", ", id", "with id", "of entity", "context.primaryentityid" };
133133
private string log;
134134
private RecordList records;
135135
private string triggerentity;

0 commit comments

Comments
 (0)