ff1cb7ae | 16-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
drop custom GROUP_CONCAT implementation #78
This is supported natively in sqlite now |
1973f122 | 05-Apr-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
provides backward compatibility for table and column names as query parameters |
e217e0ab | 03-Apr-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
deleted.files added |
6f75e9a5 | 27-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
two additional events: PLUGIN_SQLITE_QUERY_SAVE, PLUGIN_SQLITE_QUERY_DELETE |
54f742cc | 22-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fix calls to non existing method pdo() |
6917135c | 22-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fixes two compatibility issues: 1. reset $data cache on new query 2. if the second argument passed to query() is array, treat it as $args |
e22957e9 | 22-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
keep only getDb method instead of pdo for compatibility |
1fe23cd5 | 21-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
minor comment fix |
801b921e | 21-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
backwards compatibility fixes |
b8ae4891 | 20-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
extend the event data |
c9d29def | 19-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
added tests for SQLiteDB class |
a7a36cdb | 19-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
save and query record improvements |
d0a5ba7a | 18-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix helper tests
This ensures that the helper is working as intended for backwards compatibility. New tests for the new class still have to be added. |
aae177f9 | 18-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix serialization support |
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 |
fe7a46b5 | 13-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
simplify db.php helper |
ecc45fdc | 13-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
admin.php uses Form class now |
af0e7691 | 13-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fix sqlite_rename functionality: use current Form class and check security token |
cd9d7ecb | 13-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
remove sqlite_convert suppor which is no longer avaliable in current PHP versions |
7431dc90 | 13-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
change $_REQUEST to $INPUT |
3028f886 | 10-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fix accidental struct dependency |
d6f42198 | 08-Mar-2023 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
the commit: b03109898c4112e80eed9238e98ec1d04bc7dc63 has broken the plugin's admin interface. This commit fix this and still prevents the warnings. |