From 838e98192e23fc131c8457515536420be1c155c7 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 30 Jan 2013 17:25:36 +0100 Subject: [PATCH] Consistency update (we are not using DISTINCT in inband counterparts too) --- plugins/generic/search.py | 2 ++ xml/queries.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/generic/search.py b/plugins/generic/search.py index 495707479..6527efca2 100644 --- a/plugins/generic/search.py +++ b/plugins/generic/search.py @@ -157,6 +157,8 @@ class Search: foundTbls = {} tblList = conf.tbl.split(",") + import pdb + pdb.set_trace() rootQuery = queries[Backend.getIdentifiedDbms()].search_table tblCond = rootQuery.inband.condition dbCond = rootQuery.inband.condition2 diff --git a/xml/queries.xml b/xml/queries.xml index 527419602..6ec0ac717 100644 --- a/xml/queries.xml +++ b/xml/queries.xml @@ -283,11 +283,11 @@ - + - +