mod_storage_sql: Spell out missing dependencies
|
Kim Alvefur |
Sat, 22 Jul 2023 16:15:48 +0200 |
mod_storage_sql: Pass variables as arguments instead of upvalues
|
Kim Alvefur |
Sat, 22 Jul 2023 15:22:54 +0200 |
plugins: Use boolean config method in some places
|
Kim Alvefur |
Tue, 18 Jul 2023 12:38:16 +0200 |
mod_storage_sql: Use integer config option for cache size
|
Kim Alvefur |
Tue, 18 Jul 2023 11:53:31 +0200 |
mod_storage_sql: Use config enum for 'sqlite_tune'
|
Kim Alvefur |
Tue, 18 Jul 2023 11:53:12 +0200 |
mod_storage_sql: Allow higher precision timestamps in SQLite3
|
Kim Alvefur |
Mon, 17 Jul 2023 04:52:50 +0200 |
plugins: Use integer config API with interval specification where sensible
|
Kim Alvefur |
Mon, 17 Jul 2023 01:38:54 +0200 |
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)
|
Kim Alvefur |
Wed, 12 Jul 2023 22:51:37 +0200 |
mod_storage_sql: Fix column name in index check for PostgreSQL
|
Kim Alvefur |
Sat, 17 Jun 2023 13:37:33 +0200 |
mod_storage_sql: Adjust indentation to align with surrounding code
|
Kim Alvefur |
Sat, 17 Jun 2023 13:36:42 +0200 |
mod_storage_sql: Only remove old index if it exists
|
Kim Alvefur |
Sat, 17 Jun 2023 00:22:45 +0200 |
mod_storage_sql: Be more specific when checking for old index in SQLite3
|
Kim Alvefur |
Sat, 17 Jun 2023 00:00:21 +0200 |
mod_storage_sql: Improve check for old table index on PostgreSQL
|
Kim Alvefur |
Fri, 16 Jun 2023 23:57:15 +0200 |
mod_storage_sql: Enable UPSERT with PostgreSQL
|
Kim Alvefur |
Fri, 16 Jun 2023 13:03:34 +0200 |