Skip to content

Commit bdc3bfc

Browse files
committed
remove unused properties from connection string
1 parent 802457f commit bdc3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ INNER JOIN moz_bookmarks ON (
1919
ORDER BY moz_places.visit_count DESC
2020
";
2121

22-
private const string dbPathFormat = "Data Source ={0};Version=3;New=False;Compress=True;";
22+
private const string dbPathFormat = "Data Source ={0}";
2323

2424
protected static List<Bookmark> GetBookmarksFromPath(string placesPath)
2525
{

0 commit comments

Comments
 (0)