rset.py
branchstable
changeset 6196 12fdccedab5a
parent 6195 a0c4441e6ddf
child 6225 a176e68b7d0d
equal deleted inserted replaced
6195:a0c4441e6ddf 6196:12fdccedab5a
   567                     continue
   567                     continue
   568                 for i in xrange(len(select.selection)):
   568                 for i in xrange(len(select.selection)):
   569                     if i == col:
   569                     if i == col:
   570                         continue
   570                         continue
   571                     coletype = self.description[row][i]
   571                     coletype = self.description[row][i]
   572                     # None description possible on column resulting from an outer join
   572                     # None description possible on column resulting from an
       
   573                     # outer join
   573                     if coletype is None or eschema(coletype).final:
   574                     if coletype is None or eschema(coletype).final:
   574                         continue
   575                         continue
   575                     try:
   576                     try:
   576                         ivar = select.selection[i].variable
   577                         ivar = select.selection[i].variable
   577                     except AttributeError:
   578                     except AttributeError: