mrspirytus
mrspirytus
I do not have any GLFW based apps. This is a new machine so I do know. Anything to try from homebrew?
@mgrojo looks like link you provided is 404 :)
I just grabbed the latest [link](https://github.com/sqlitebrowser/sqlitebrowser/commit/ccb8c9ee97ab917550081001c3d64146699fd944) and did try to run on my machine. Looks like I am missing some libs? specific version? I have Qt 5.14.2 installed on my...
@chrisjlocke I noticed something else that is strange. Here is a test insert I am trying to ``` INSERT INTO orders (order_id, json) VALUES(1,'{}') ON CONFLICT(order_id) DO UPDATE SET json='{}'...
LOL Just realized that ON CONFLICT was introduced in 3.24 version.
$ openssl version OpenSSL 1.1.1f 31 Mar 2020
Ok I added nightly PPA and I am running ``` DB Browser for SQLite Version 3.12.99 (Mar 20 2021) Built for x86_64-little_endian-lp64, running on x86_64 Qt Version 5.12.8 SQLCipher Version...
As far as my initial report, it looks like this problem exists in nightly build. ``` CREATE TABLE test ( test_id INTEGER NOT NULL DEFAULT 0 UNIQUE, json TEXT NOT...
I am running nightly from PPA and initial reports seems fixed. I did not try AppImage yet. When can I try it to close this ticket?
Still looking into this...