Manuel

Results 370 comments of Manuel

I can't reproduce this. We haven't changed anything related to printing, but maybe this was a Qt issue, our toolkit library. Please, upgrade to [v3.13.1](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1) because there is a chance...

Just for the record. This just happened to me after a crash of DB4S. It wasn't the first that I had a crash with this database, but this was the...

This is working for me in the latest nightly with the `my_table` case. It was probably fixed at some point. Now, it is executing: ```sql SELECT COALESCE(SUM(seq), (SELECT MAX(CAST("id" AS...

I've finally reproduced it. The first time, I tested with a DB where a "sqlite_sequence" table was present. Otherwise, the incorrect query is executed. Can you confirm the next [nightly](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/nightly)...

I was unable to reproduce the problem with 7ebe25d50ea9a2cdf4fc4083023ac3b09f4b19fe Can you confirm whether it is still there for you with a nightly build?

> Please find here attached another example of such a database that opens correctly in 3.12.2 and fails in 3.13 [stickies.zip](https://github.com/user-attachments/files/17360011/stickies.zip) I wasn't able to reproduce the problem on Linux....

> But I ran also tests with LinuxMint, because @mgrojo told above he was not able to reproduce the problem on Linux. My assumption is that he actually DID reproduce...

I can't reproduce this with the development branch. Can you confirm this is fixed for you in the [nightly](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/nightly)? This was probably fixed in https://github.com/sqlitebrowser/sqlitebrowser/commit/e2fcd337dea84c295bab199aa5ae874009d8b88e.

Ok, thanks. I will try in that way. And what about sending binary data as different files ([multipart requests](https://swagger.io/docs/specification/v3_0/describing-request-body/file-upload/#upload-via-multipart-requests)), is it supported in some way in the client request? If...

According to the [documentation of the Ada OpenAPI generator ](https://openapi-generator.tech/docs/generators/ada/#parameter-feature) the FormMultipart kind is supported, but I haven't been able to make it work, even trying to fix the resulting...