branch | stable |
changeset 5168 | 1ab032df5ca3 |
parent 5072 | 072ae171aeb0 |
child 5177 | 395e1ff018ae |
child 5419 | 0b7805928a27 |
--- a/server/querier.py Tue Apr 06 19:27:47 2010 +0200 +++ b/server/querier.py Tue Apr 06 19:42:37 2010 +0200 @@ -164,6 +164,13 @@ finally: self.clean() + def make_temp_table_name(self, table): + """ + return a temp table name according to db backend + """ + return self.syssource.make_temp_table_name(table) + + def init_temp_table(self, table, selected, sol): """initialize sql schema and variable map for a temporary table which will be used to store result for the given rqlst