History log of /plugin/sqlite/ (Results 51 – 75 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ff1cb7ae16-May-2023 Andreas Gohr <andi@splitbrain.org>

drop custom GROUP_CONCAT implementation #78

This is supported natively in sqlite now

1973f12205-Apr-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

provides backward compatibility for table and column names as query parameters

e217e0ab03-Apr-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

deleted.files added

6f75e9a527-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

two additional events: PLUGIN_SQLITE_QUERY_SAVE, PLUGIN_SQLITE_QUERY_DELETE

54f742cc22-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

fix calls to non existing method pdo()

6917135c22-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

e22957e922-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

keep only getDb method instead of pdo for compatibility

1fe23cd521-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

minor comment fix

801b921e21-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

backwards compatibility fixes

b8ae489120-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

extend the event data

c9d29def19-Mar-2023 Andreas Gohr <andi@splitbrain.org>

added tests for SQLiteDB class

a7a36cdb19-Mar-2023 Andreas Gohr <andi@splitbrain.org>

save and query record improvements

d0a5ba7a18-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.

aae177f918-Mar-2023 Andreas Gohr <andi@splitbrain.org>

fix serialization support

15d0194818-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Fix migrations

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

b35b734a17-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

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

3a56750b15-Mar-2023 Andreas Gohr <andi@splitbrain.org>

admin interface cleanup

Query saving has been moved to its own class

8da7d80515-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

fe7a46b513-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

simplify db.php helper

ecc45fdc13-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

admin.php uses Form class now

af0e769113-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

fix sqlite_rename functionality: use current Form class and check security token

cd9d7ecb13-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

remove sqlite_convert suppor which is no longer avaliable in current PHP versions

7431dc9013-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

change $_REQUEST to $INPUT

3028f88610-Mar-2023 Szymon Olewniczak <szyolewn@pg.edu.pl>

fix accidental struct dependency

d6f4219808-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.

1234567891011