/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/transientdb.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/transientdb.py

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

revision 843 by bh, Tue May 6 17:12:53 2003 UTC revision 844 by bh, Tue May 6 18:05:04 2003 UTC
# Line 413  class AutoTransientTable(table.OldTableI Line 413  class AutoTransientTable(table.OldTableI
413          if self.t_table is None:          if self.t_table is None:
414              self.copy_to_transient()              self.copy_to_transient()
415          return self.t_table.UniqueValues(col)          return self.t_table.UniqueValues(col)
416    
417        def SimpleQuery(self, left, comparison, right):
418            if self.t_table is None:
419                self.copy_to_transient()
420            # Make sure to use the column object of the transient table. The
421            # left argument is always a column object so we can just ask the
422            # t_table for the right object.
423            return self.t_table.SimpleQuery(self.t_table.Column(left.name),
424                                            comparison, right)

Legend:
Removed from v.843  
changed lines
  Added in v.844

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26