Index: SQLite.Designer/SQLiteConnectionUIControl.cs ================================================================== --- SQLite.Designer/SQLiteConnectionUIControl.cs +++ SQLite.Designer/SQLiteConnectionUIControl.cs @@ -99,13 +99,10 @@ ConnectionProperties["datetimeformat"] = "JulianDay"; } private void provider_Changed(object sender, EventArgs e) { - if (!enableProviderChanged) - return; - object item = providerComboBox.SelectedItem; if (item != null) SQLiteOptions.SetProviderName(item.ToString()); }