From d8314baf485b98ad2011200aa2c9191a005f87f0 Mon Sep 17 00:00:00 2001 From: kjmtsh Date: Fri, 26 Jul 2013 05:14:04 +0000 Subject: [PATCH] bug fix: _execute_duplicate_key_update() in query.class.php git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@746595 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- query.class.php | 2 +- utilities/plugin_lists.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/query.class.php b/query.class.php index 0f0a396..738e5bf 100644 --- a/query.class.php +++ b/query.class.php @@ -408,7 +408,7 @@ class PDOSQLiteDriver { return; } // data check - if (preg_match('/^\((.*)\)\\s*VALUES\\s*\((.*)\)$/im', $insert_data, $match_1)) { + if (preg_match('/^\((.*)\)\\s*VALUES\\s*\((.*)\)$/ims', $insert_data, $match_1)) { $col_array = explode(',', $match_1[1]); $ins_data_array = explode(',', $match_1[2]); foreach ($col_array as $col) { diff --git a/utilities/plugin_lists.json b/utilities/plugin_lists.json index 5055e89..0c23395 100644 --- a/utilities/plugin_lists.json +++ b/utilities/plugin_lists.json @@ -111,6 +111,12 @@ "class":"compatible" }, + { + "name":"FeedWordPress", + "compat":"Checked" + "class":"compatible" + }, + { "name":"Google Analyticator", "compat":"Checked",