History log of /plugin/sqlite/SQLiteDB.php (Results 26 – 29 of 29)
Revision Date Author Comments
# 15d01948 18-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Fix migrations

Multiple statements are only executed with PDO::exec() not with a
prepared statement


# b35b734a 17-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

introduces 'PLUGIN_SQLITE_QUERY_EXECUTE' event that is triggered when the SQL query is executed


# 3a56750b 15-Mar-2023 Andreas Gohr <andi@splitbrain.org>

admin interface cleanup

Query saving has been moved to its own class


# 8da7d805 15-Mar-2023 Andreas Gohr <andi@splitbrain.org>

first go at refactoring

The goal is to completely deprecate the helper plugin in favor of
instantiating SQLiteDB


12