[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:10 UTC 2011
The following commit has been merged in the debian branch:
commit 8560f5a37146111f0146d9ad09db28bf885f8689
Author: Daniele Ricci <daniele.athome at gmail.com>
Date: Sat Oct 30 01:20:02 2010 +0200
opimd: fixed passing columns descriptions to get_full_result
Signed-off-by: Daniele Ricci <daniele.athome at gmail.com>
diff --git a/framework/subsystems/opimd/db_handler.py b/framework/subsystems/opimd/db_handler.py
index 7a26d47..0779321 100644
--- a/framework/subsystems/opimd/db_handler.py
+++ b/framework/subsystems/opimd/db_handler.py
@@ -418,7 +418,7 @@ class DbHandler(object):
cur = self.con.cursor()
cur.execute(query['Query'], query['Parameters'])
- res = self.get_full_result(cur.fetchall(), join_parameters, cur)
+ res = self.get_full_result(cur.fetchall(), join_parameters, cur.description)
cur.close()
return res
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list