server/sources/native.py
changeset 2627 d710278e0c1c
parent 2625 d6012db7b93e
child 2638 cda0be2e2c3f
--- a/server/sources/native.py	Sat Aug 01 16:14:55 2009 +0200
+++ b/server/sources/native.py	Sat Aug 01 16:16:06 2009 +0200
@@ -349,7 +349,7 @@
         query = 'INSERT INTO %s %s' % (table, sql.encode(self.encoding))
         self.doexec(session, query, self.merge_args(args, query_args))
 
-    def _manual_insert(self, results, table, session):
+    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', res, 'into', table