Currently, NULL values in the query result grid are displayed as plain text without any visual distinction. This makes it difficult to identify NULL values quickly when scrolling through large ...
I'm finding that if I do a read-only transaction, my next, non-RO transaction fails with the error sqlite3: attempt to write a readonly database. package main import ...