Ulrich Telle

Results 13 issues of Ulrich Telle

**Describe the bug** Executing the command returned by `wxFileType::GetOpenCommand()` via `wxExecute()` fails on Windows, if the file name or the file path contains spaces. (The bug is to some degree...

MSW

Work on the next major version **_5.x_** of **wxSQLite3** will start shortly. There are already a few plans (which will definitely be fulfilled) and ideas (which may or may not...

feedback wanted

A few days ago an [issue](https://github.com/utelle/wxsqlite3/issues/84) was opened for my wxSQLite3 component regarding the use of `rekey` for a memory database. As mentioned on the [SQLite SEE documentation page](https://www.sqlite.org/see/doc/release/www/readme.wiki) in-memory...

In the implementation of the functions `entropy` and `read_urandom` you chose to call system function `abort` in case of failure to provide random data. I don't know under which exact...

While I analyzed the encryption scheme of _SQLCipher_, I found out that _SQLCipher_ stores the key salt in the first 16 bytes of the database header just as _sqleet_. However,...

Today I released [SQLite3 Multiple Ciphers 1.8.0](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.8.0). This version adds a new cipher scheme, [Ascon 128](https://ascon.iaik.tugraz.at/) (and fixes a few issues that are not relevant in the context of _SQLitePCL.raw_)....

According to [this post on the SQLite forum](https://sqlite.org/forum/forumpost/db235b3070) the _User Authentication Extension_ has been formally deprecated (see also [SQLite Check-In message](https://www.sqlite.org/src/info/249048b0cbc37058) or deprecation notice in file [user-auth.txt](https://www.sqlite.org/src/file?name=ext/userauth/user-auth.txt&ci=trunk)). Therefore I intend...

feedback wanted

Specify library name and version: **sqlite3mc/1.8.1**, **sqlite3mc/1.8.2**, **sqlite3mc/1.8.3**, **sqlite3mc/1.8.4** A Conan recipe was added for _SQLite3 Multiple Ciphers_ version **1.8.0** in November 2023, but it was approved only recently. In...

A user of _SQLite3 Multiple Ciphers_ (@tranb3r) opened an [issue](https://github.com/utelle/SQLite3MultipleCiphers/issues/172) which is - most likely - related to _SQLitePCL.raw_: > When building an android app with .net9-pre7 (for android 15),...

- Add helper function to retrieve native format specs from wxUILocale - Add function declaration of the helper function in msw/private/uilocale.h - Adjust code for date/time picker to set native...