[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Daniele Ricci daniele.athome at gmail.com
Sat Aug 6 08:20:08 UTC 2011


The following commit has been merged in the debian branch:
commit 832d9b6aab3edf67a570a939357dc1d4206f2bd0
Author: Daniele Ricci <daniele.athome at gmail.com>
Date:   Sat Oct 16 17:00:40 2010 +0200

    PIM.Messages.QueryThreads: JOIN is enough
    
    Signed-off-by: Daniele Ricci <daniele.athome at gmail.com>

diff --git a/framework/subsystems/opimd/pimd_messages.py b/framework/subsystems/opimd/pimd_messages.py
index a4c91f3..4edcf78 100644
--- a/framework/subsystems/opimd/pimd_messages.py
+++ b/framework/subsystems/opimd/pimd_messages.py
@@ -141,12 +141,12 @@ SELECT m.""" + db_prefix + """_id """ + db_prefix + """_id,
         SELECT count(*) FROM
             (
             """ + db_prefix + """_boolean b
-            OUTER LEFT JOIN
+            JOIN
             """ + db_prefix + """_phonenumber p
             ON b.""" + db_prefix + """_id = p.""" + db_prefix + """_id AND
             b.field_name = 'New'
             )
-            OUTER LEFT JOIN
+            JOIN
             """ + db_prefix + """_text x
             ON b.""" + db_prefix + """_id = x.""" + db_prefix + """_id
             AND x.field_name = 'Direction'

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list