Manuel

Results 370 comments of Manuel

That's indeed a bug, or let's say a glitch, but not related with the logging but with the way of treating binary data in some cases. It's been inserted as...

You can use the format toolbar for that. See https://github.com/sqlitebrowser/sqlitebrowser/wiki/Conditional-Formats

But any click on another cell will lose that selection. My impression is that the submitter expects something more durable, and the format toolbar is a way to do that.

That error is probably related to the line of dashes present in the source in Wikibooks: https://en.wikibooks.org/w/index.php?title=Ada_Style_Guide/Programming_Practices That line of dashes is being interpreted as a heading by Docusaurus: https://www.markdownguide.org/basic-syntax/#alternate-syntax...

> Question: what is SQLitebrowser doing differently than qpdfview or vlc, that causes it to break without these settings? Are they using the same Qt version?

A possible solution is to use a loadable sqlite extension like https://sites.google.com/site/lserinol/sqlitecompress We could add that to our list of provided extenstions. Then you can use the provided function for...

Indeed, this was new in v3.13.1. Quoting from the release: > CSV files can also be imported from the command line, passing necessary arguments to drive the correct import. If...

I was unable to reproduce, please provide more details.