You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method `wxSQLite3Database::ConvertJournalMode(const wxString& mode)` checked the journal mode string against upper case values. This failed, because `PRAGMA journal_mode` returns the journal mode in lower case. The comparison is now done case insensitive.
0 commit comments