splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

Quote values in SQL query #239

Closed annda closed 9 months ago

annda commented 9 months ago

Fixes regression introduced in refactoring for the new SQLite class

Fixes https://github.com/dokuwiki/dokuwiki/issues/4152

annda commented 9 months ago

Tests run fine after the latest update of the sqlite plugin.

There are still 68 code style violations to fix manually...

annda commented 9 months ago

The actual issue that this PR is supposed to fix is already addressed in the latest version of the data plugin.

I am closing this PR and will open another one with updated testing workflow and code style fixes.