# # ChangeLog for trunk/db_sqlite.go in code # # Generated by Trac 1.6 # Jun 8, 2025, 4:53:11 PM Wed, 16 Feb 2022 13:45:09 GMT contact [784] * trunk/bridge.go (modified) * trunk/db_sqlite.go (modified) * trunk/downstream.go (modified) * trunk/irc.go (modified) * trunk/msgstore_fs.go (modified) * trunk/upstream.go (modified) Introduce formatServerTime It's too easy to forget to convert to UTC. Fri, 11 Feb 2022 18:41:46 GMT delthas [781] * trunk/bridge.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/doc/read.md (added) * trunk/downstream.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Add support for the wip soju.im/read capability and READ command ... Wed, 17 Nov 2021 14:58:19 GMT contact [712] * trunk/cmd/soju/main.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) Add Prometheus instrumentation for the database Tue, 02 Nov 2021 22:33:17 GMT contact [664] * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/downstream.go (modified) * trunk/service.go (modified) * trunk/upstream.go (modified) Make Network.Nick optional Make Network.Nick optional, default to ... Tue, 02 Nov 2021 21:58:50 GMT contact [663] * trunk/db_sqlite.go (modified) db_sqlite: use TEXT instead of VARCHAR VARCHAR(n) is pointless in ... Mon, 18 Oct 2021 17:15:15 GMT contact [652] * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) * trunk/downstream.go (modified) * trunk/server.go (modified) * trunk/server_test.go (modified) * trunk/service.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Add context args to Database interface This is a mecanical change, ... Fri, 15 Oct 2021 20:39:14 GMT hubert [645] * trunk/db_postgres.go (modified) * trunk/db_sqlite.go (modified) Set hard timeouts on DB transactions Mon, 11 Oct 2021 13:21:04 GMT hubert [620] * trunk/cmd/soju/main.go (modified) * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_postgres.go (added) * trunk/db_sqlite.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/server_test.go (modified) PostgreSQL support Tue, 05 Oct 2021 17:31:06 GMT contact [607] * trunk/db.go (modified) * trunk/db_sqlite.go (modified) * trunk/service.go (modified) Add DB stats Tue, 05 Oct 2021 09:10:48 GMT contact [598] * trunk/db_sqlite.go (modified) db_sqlite: fix realname not fetched in ListUsers This fixes ... Mon, 27 Sep 2021 14:54:06 GMT contact [596] * trunk/db_sqlite.go (modified) db_sqlite: switch to sql.Named This allows us to avoid mixing up ... Tue, 21 Sep 2021 16:19:05 GMT hubert [595] * trunk/db_sqlite.go (modified) Fix DeliveryReceipt not being cleaned up Tue, 14 Sep 2021 16:38:58 GMT hubert [589] * trunk/db_sqlite.go (modified) Use NULL-tolerant comparison for DeliveryReceipts Since NULL = NULL ... Mon, 13 Sep 2021 15:14:04 GMT hubert [588] * trunk/db_sqlite.go (modified) Explicitly close connection to SQLite on failed upgrade Fri, 25 Jun 2021 18:33:13 GMT contact [568] * trunk/db.go (modified) * trunk/db_sqlite.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/downstream.go (modified) * trunk/service.go (modified) * trunk/upstream.go (modified) * trunk/user.go (modified) Add per-user realname setting This allows users to set a default ... Wed, 26 May 2021 08:51:02 GMT contact [542] * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_sqlite.go (modified) * trunk/doc/soju.1.scd (modified) * trunk/downstream.go (modified) * trunk/service.go (modified) * trunk/user.go (modified) Allow networks to be disabled Tue, 25 May 2021 14:35:39 GMT sir [531] * trunk/cmd/soju/main.go (modified) * trunk/cmd/sojuctl/main.go (modified) * trunk/contrib/znc-import.go (modified) * trunk/db.go (modified) * trunk/db_sqlite.go (added) * trunk/server.go (modified) db: refactor into interface This refactors the SQLite-specific bits ...