--- a/server/sources/native.py Fri Aug 20 08:29:48 2010 +0200
+++ b/server/sources/native.py Fri Aug 20 08:31:02 2010 +0200
@@ -505,7 +505,7 @@
def manual_insert(self, results, table, session):
"""insert given result into a temporary table on the system source"""
if server.DEBUG & server.DBG_RQL:
- print ' manual insertion of', results, 'into', table
+ print ' manual insertion of', len(results), 'results into', table
if not results:
return
query_args = ['%%(%s)s' % i for i in xrange(len(results[0]))]