Update PatternBuilder.cs

This commit is contained in:
Martin Benjamins
2023-12-19 19:12:22 +01:00
committed by GitHub
parent f26ade21c3
commit ee6470573f

View File

@@ -44,7 +44,7 @@ namespace DBDefsDumper
// .OptionalPointer(Name.SQL_QUERY)
//);
patterns.Add(
new Pattern("10.1.0", new List<string> { "10.1.0", "10.1.5", "1.14.4", "1.15.0", "3.4.2", "10.1.7", "10.2.0", "3.4.3", "10.2.5", "4.4.0", "1.15.1", "10.2.7", "10.2.6" }, 48480, 0)
new Pattern("10.1.0", new List<string> { "10.1.0", "10.1.5", "1.14.4", "1.15.0", "3.4.2", "10.1.7", "10.2.0", "3.4.3", "10.2.5", "4.4.0", "1.15.1", "10.2.7", "10.2.6", "11.0.1", "11.0.5" }, 48480, 0)
.Pointer(Name.DB_NAME)
.FileDataID(Name.FDID)
.FieldReference(Name.NUM_FIELD_IN_FILE)