Details for the issue
What did you do?
Create a base with:
sqlite3 /tmp/test.db <<'EOF'
CREATE TABLE test(id INTEGER PRIMARY KEY, name TEXT);
INSERT INTO test(name) VALUES ('abc');
EOF
open with:
sqlitebrowser
export to sql file
What did you expect to see?
What did you see instead?
many lines
KServiceTypeTrader: serviceType "ThumbCreator" not found
and finaly
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Abandon (core dumped)
Useful extra information
DB4S v3.13.99 (Apr 11 2025) [built for x86_64-little_endian-lp64] on Debian GNU/Linux 13 (trixie) (linux/6.12.90 deb13.1-amd64) [x86_64]
using SQLCipher Version 4.6.1 community (based on SQLite 3.46.1)
and Qt 5.15.15
Details for the issue
What did you do?
Create a base with:
sqlite3 /tmp/test.db <<'EOF'
CREATE TABLE test(id INTEGER PRIMARY KEY, name TEXT);
INSERT INTO test(name) VALUES ('abc');
EOF
open with:
sqlitebrowser
export to sql file
What did you expect to see?
What did you see instead?
many lines
KServiceTypeTrader: serviceType "ThumbCreator" not found
and finaly
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Abandon (core dumped)
Useful extra information