/[papo]/gnue/common/src/dbdrivers/_pgsql/DBdriver.py
ViewVC logotype

Diff of /gnue/common/src/dbdrivers/_pgsql/DBdriver.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12.2.12 by apronotti, Mon Jun 23 15:21:24 2003 UTC revision 1.12.2.13 by apronotti, Tue Nov 11 22:34:40 2003 UTC
# Line 320  class PGSQL_DataObject_Object(PGSQL_Data Line 320  class PGSQL_DataObject_Object(PGSQL_Data
320    def _checkForPrimaryId(self):    def _checkForPrimaryId(self):
321      self._primaryIdChecked = 1      self._primaryIdChecked = 1
322    
323          if not hasattr(self,'table'):
324           return
325      #To get the names you can start a second query like:      #To get the names you can start a second query like:
   
326      tables = map(lambda x: x.strip(), self.table.split(','))      tables = map(lambda x: x.strip(), self.table.split(','))
327    
328      self._primaryKeys = {}      self._primaryKeys = {}

Legend:
Removed from v.1.12.2.12  
changed lines
  Added in v.1.12.2.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26