# HG changeset patch # User casties # Date 1283270183 -7200 # Node ID c237699c4752749f11afc5da012a5940fb27df5f # Parent 355b1fa2d78f591e7454e4974b33f7c795c680eb wokring on meta types diff -r 355b1fa2d78f -r c237699c4752 RestDbInterface.py --- a/RestDbInterface.py Tue Aug 31 14:20:24 2010 +0200 +++ b/RestDbInterface.py Tue Aug 31 17:56:23 2010 +0200 @@ -176,6 +176,8 @@ def setTableMetaTypes(self,schema,table,fields): """sets the GIS meta information for table""" logging.debug("settablemetatypes schema=%s, table=%s, fields=%s"%(schema,table,fields)) + res = self.executeSQL("select * from metadata where tablename=%s", table) + #if len(res["rows"]) > 0: # TODO: what now? def publishTraverse(self,request,name):