<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in helper.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>e062c24746ec4c9c598cea7cb12f0486c953293e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#e062c24746ec4c9c598cea7cb12f0486c953293e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Tue, 05 Mar 2024 07:40:43 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>14fe8e279910db76dc1446ba0e4f688190343c1a - More style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#14fe8e279910db76dc1446ba0e4f688190343c1a</link>
        <description>More style fixes

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Thu, 25 Jan 2024 13:50:15 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>a7a40fb292e55f99ed1ae34981feed1314e2696b - Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#a7a40fb292e55f99ed1ae34981feed1314e2696b</link>
        <description>Automatic code style fixes

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Thu, 25 Jan 2024 12:06:49 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>10cb854a8655178cc593cb88ee5d9592dba3d277 - renamed getDB to getPdo</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#10cb854a8655178cc593cb88ee5d9592dba3d277</link>
        <description>renamed getDB to getPdoThis is clearer in what to expect as a return value

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Tue, 13 Jun 2023 05:42:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1973f1229a561d91eb28c83f56c8a5b30e935305 - provides backward compatibility for table and column names as query parameters</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#1973f1229a561d91eb28c83f56c8a5b30e935305</link>
        <description>provides backward compatibility for table and column names as query parameters

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Wed, 05 Apr 2023 11:21:43 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>54f742ccd52c2a9322c33c77ae38bd3f1993148f - fix calls to non existing method pdo()</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#54f742ccd52c2a9322c33c77ae38bd3f1993148f</link>
        <description>fix calls to non existing method pdo()

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Wed, 22 Mar 2023 12:52:03 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>6917135c2bad18478af79a48489f4dd3c0f37a76 - fixes two compatibility issues:</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#6917135c2bad18478af79a48489f4dd3c0f37a76</link>
        <description>fixes two compatibility issues:1. reset $data cache on new query2. if the second argument passed to query() is array, treat it as $args

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Wed, 22 Mar 2023 11:46:02 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>801b921e6f88fe064002875409bc4d648ab42718 - backwards compatibility fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#801b921e6f88fe064002875409bc4d648ab42718</link>
        <description>backwards compatibility fixes

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Tue, 21 Mar 2023 14:47:02 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;szyolewn@pg.edu.pl&gt;</dc:creator>
    </item>
<item>
        <title>d0a5ba7ae2c780ae7f13d185722582499bff7c71 - fix helper tests</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#d0a5ba7ae2c780ae7f13d185722582499bff7c71</link>
        <description>fix helper testsThis ensures that the helper is working as intended for backwardscompatibility. New tests for the new class still have to be added.

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Sat, 18 Mar 2023 20:16:07 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3a56750b42e05745f84fd97217f7133805e622eb - admin interface cleanup</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#3a56750b42e05745f84fd97217f7133805e622eb</link>
        <description>admin interface cleanupQuery saving has been moved to its own class

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Wed, 15 Mar 2023 21:03:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8da7d8059f7b9860b1f87a4aab15e87bf96c4064 - first go at refactoring</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#8da7d8059f7b9860b1f87a4aab15e87bf96c4064</link>
        <description>first go at refactoringThe goal is to completely deprecate the helper plugin in favor ofinstantiating SQLiteDB

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Wed, 15 Mar 2023 18:45:11 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>45d45758fed1961f47cf87abc8e55dd63cc83494 - Mention the plugin name</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#45d45758fed1961f47cf87abc8e55dd63cc83494</link>
        <description>Mention the plugin nameIt is unclear which plugin shows this message.

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Sun, 29 May 2022 19:37:25 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>85bd98debece8773051a50c1937984453edf1ae1 - PHP fix</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#85bd98debece8773051a50c1937984453edf1ae1</link>
        <description>PHP fixDon&apos;t try to access non-existing offset

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Thu, 12 Aug 2021 09:42:21 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>46a8f523a2788e2d5c09046a366f1f7d5f51deae - Fix missing OR REPLACE in storeEntry() helper method</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#46a8f523a2788e2d5c09046a366f1f7d5f51deae</link>
        <description>Fix missing OR REPLACE in storeEntry() helper methodFixes #62

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Sun, 17 Jan 2021 17:09:36 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>29c278b1af1d045ca69a370ce17a4cb93092787e - made string access compatible with PHP 7.4</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#29c278b1af1d045ca69a370ce17a4cb93092787e</link>
        <description>made string access compatible with PHP 7.4curly braces access to strings is deprecated. square braces are the wayto go

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Thu, 09 Apr 2020 08:58:02 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>c6859a991ee0e2822a5905c6756195dd5a2d8180 - current version can be &quot;0&quot;, so me must use identical comprasion operator</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#c6859a991ee0e2822a5905c6756195dd5a2d8180</link>
        <description>current version can be &quot;0&quot;, so me must use identical comprasion operator

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Tue, 21 Nov 2017 12:11:13 +0000</pubDate>
        <dc:creator>Szymon Olewniczak &lt;solewniczak@rid.pl&gt;</dc:creator>
    </item>
<item>
        <title>fd4bcce912db0f23407d460445728a98df6c0084 - Added event on migration</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#fd4bcce912db0f23407d460445728a98df6c0084</link>
        <description>Added event on migrationThis new event allows plugins to act when a database migration isexecuted. This makes it possible to do more complex migrations thatrequire more than just SQL.The BEFORE event is executed before the migration file is applied. Thedefault action is to apply that file and increase the dbversion field inthe opts table. When an event prevents the default, the proper resulthas to be set! When the result is true, the dbversion is increased andany additional migrations are run. When the result is false, themigration process is aborted.The AFTER event is only triggered after the migration file has beenapplied or the BEFORE event set a truish result. At the AFTER time, thedbversion has already been increased.

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Tue, 15 Nov 2016 10:13:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>7bc9cf83cccd1143408c2947ab396beb74a6d6ed - register CLEANID and RESOLVEPAGE as SQL functions</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#7bc9cf83cccd1143408c2947ab396beb74a6d6ed</link>
        <description>register CLEANID and RESOLVEPAGE as SQL functions

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Mon, 08 Aug 2016 12:06:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>029a3e39a966b7bf7a50e25dc04344388cbe25bc - added regular expression support</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#029a3e39a966b7bf7a50e25dc04344388cbe25bc</link>
        <description>added regular expression support

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Mon, 11 Jul 2016 11:22:58 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2849947f7686d8fbb4696043f1aae200d842a0d5 - added PAGEEXISTS sql statement</title>
        <link>http://127.0.0.1:8080/history/plugin/sqlite/helper.php#2849947f7686d8fbb4696043f1aae200d842a0d5</link>
        <description>added PAGEEXISTS sql statement

            List of files:
            /plugin/sqlite/helper.php</description>
        <pubDate>Wed, 23 Mar 2016 13:41:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
