History log of /plugin/dbquery/helper.php (Results 1 – 12 of 12)
Revision Date Author Comments
# b2694ee4 24-Jul-2025 Andreas Gohr <gohr@cosmocode.de>

placeholders to access local sqlit dbs

When using the plugin to access existing SQLite databases (eg from
struct) it is helpful to be able to reference the local data directory.

This becomes doubly

placeholders to access local sqlit dbs

When using the plugin to access existing SQLite databases (eg from
struct) it is helpful to be able to reference the local data directory.

This becomes doubly helpful when using the plugin in a farmer setup and
wanting to define aliases in the farmer to be inherited by animals. The
placeholders will reference the animal's data dir automatically.

show more ...


# d7913160 07-Jan-2025 Andreas Gohr <andi@splitbrain.org>

fix query check with single line SELECT. fixes #3


# 9730265c 19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

automatic code style fixes


# 3113520c 19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

add support for multiple databases


# c64c1748 17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

Added transpose mechanism


# 4515310d 17-Jan-2023 Andreas Gohr <andi@splitbrain.org>

fixed tests


# 584c7810 19-Jan-2021 Andreas Gohr <andi@splitbrain.org>

only allow SELECT statements


# 1a014136 19-Jan-2021 Andreas Gohr <andi@splitbrain.org>

keep a connection pool


# 6648d9d9 06-Jan-2021 Andreas Gohr <andi@splitbrain.org>

fixed group handling, added a few tests


# 6adcc9ad 06-Jan-2021 Andreas Gohr <andi@splitbrain.org>

added HTML status support


# be0b6729 05-Jan-2021 Andreas Gohr <andi@splitbrain.org>

correctly handle dynamic parameters


# 2e564e06 05-Jan-2021 Andreas Gohr <andi@splitbrain.org>

initial prototype checkin