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 f12d2c5 commit ef809c6Copy full SHA for ef809c6
src/Nethermind/Nethermind.Db.Rocks/DbOnTheRocks.cs
@@ -458,7 +458,7 @@ private long GetMemtableSize()
458
return 0;
459
}
460
461
- [GeneratedRegex("(?<optionName>[A-Za-z0-9_]+)\\=(?<optionValue>[^; ]+);", RegexOptions.Singleline | RegexOptions.NonBacktracking | RegexOptions.ExplicitCapture)]
+ [GeneratedRegex("(?<optionName>[A-Za-z0-9_\\.]+)\\=(?<optionValue>[^; ]+);", RegexOptions.Singleline | RegexOptions.NonBacktracking | RegexOptions.ExplicitCapture)]
462
private static partial Regex ExtractDbOptionsRegex();
463
464
public static IDictionary<string, string> ExtractOptions(string dbOptions)
0 commit comments