soju/database
Simon Ser 251af0d9d3 database/postgres: fix nil time errors
We need to use sql.NullTime, otherwise we get errors like these:

    sql: Scan error on column index 7, name "downstream_interacted_at": unsupported Scan, storing driver.Value type <nil> into type *time.Time
2023-02-13 19:22:15 +01:00
..
database.go database/postgres: fix nil time errors 2023-02-13 19:22:15 +01:00
postgres.go database/postgres: fix nil time errors 2023-02-13 19:22:15 +01:00
postgres_test.go Introduce a database package 2022-05-09 15:08:04 +02:00
sqlite.go Add disable-inactive-user config option 2023-01-26 19:42:29 +01:00
sqlite_mattn.go Add build tag for modernc/sqlite driver 2022-09-26 19:31:43 +02:00
sqlite_modernc.go Add build tag for modernc/sqlite driver 2022-09-26 19:31:43 +02:00
sqlite_stub.go database/sqlite: make optional 2022-09-11 13:57:00 +02:00
sqlite_test.go Add build tag for modernc/sqlite driver 2022-09-26 19:31:43 +02:00