History log of /plugin/sqlite/_test/SQLiteDBTest.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 27eb38da 21-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Allow passing parameters as multiple function args

This is what the old query methods allowed. Passing in an array is still
somewhat cleaner, but allowing separate arguments should make porting
olde

Allow passing parameters as multiple function args

This is what the old query methods allowed. Passing in an array is still
somewhat cleaner, but allowing separate arguments should make porting
older code a bit more convenient.

show more ...


# 33e488b3 13-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Added queryKeyValueList convenience method

This is a common use case in plugins


# 10cb854a 13-Jun-2023 Andreas Gohr <andi@splitbrain.org>

renamed getDB to getPdo

This is clearer in what to expect as a return value


# 54f742cc 22-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

fix calls to non existing method pdo()


# c9d29def 19-Mar-2023 Andreas Gohr <andi@splitbrain.org>

added tests for SQLiteDB class