cosmocode / sqlite

DokuWiki helper plugin to make SQLite access easier for other plugins
https://www.dokuwiki.org/plugin:sqlite
19 stars 9 forks source link

two additional events: PLUGIN_SQLITE_QUERY_SAVE, PLUGIN_SQLITE_QUERY_DELETE #77

Closed solewniczak closed 1 year ago

solewniczak commented 1 year ago

This commit adds two additional events to sqlite plugin. I've found this events necessary for my sql2wiki plugin but they can be generally useful for everyone developing a plugin that make use of saved queries.