Ulrich Telle
Ulrich Telle
> The `Password` connection string keyword is only designed for the 80% case. Using `PRAGMA` statements for more advanced scenarios was anticipated and is not considered a workaround. Regarding [SQLite3...
> > Yes, indeed. And it is a pity that fixing this issue was postponed until version 11.0.0 with an unknown release date. > > Based on the severity, there...
@julianthurner Thanks for providing the implementation details for using a temporary memory database connection. Based on this code I created PR #36956. @SamMonoRT Please review PR #36956.
@julianthurner Your workaround will only work, if the `decryptedPassword` string does not contain single apostrophe characters: ```C# cmd.CommandText = $"PRAGMA key = '{decryptedPassword}';"; ``` Escaping apostrophe characters in the password...
On the [wxWidgets forum](https://forums.wxwidgets.org/viewtopic.php?f=23&p=221882&sid=813335fad176f8a66d5c300d894a9048#p221882) someone asked recently about locale aware date formatting in the date picker control. Will it be considered to merge this PR? AFAICT the failing checks are...
> Do I understand correctly that this implements using the locale set with `wxUILocale::UseLocaleName()` for the calendar control? Well, the calendar control where you see the month name and the...
> Thanks for the change but there are new warnings now, could you please check them? TIA! There are compile errors reported in the CI check _MSW cross-builds / wxMSW...
> Oh, wait, I know what's wrong here: the errors are due to including `include/wx/msw/private.h` from a public header (`include/wx/timectrl.h`). Ouch. Sorry, my bad. I should have paid attention to...
Could you please provide more detailed information about your environment? - Which Linux distribution are you using? - Which version of wxSQLite3 are you using? - Which version of wxWidgets...
Closing, because no further details were provided. IMHO there nothing wrong with wxSQLite3 here.