/[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 849 by bh, Wed May 7 11:55:31 2003 UTC revision 933 by jonathan, Tue May 20 15:23:50 2003 UTC
# Line 465  class AutoTransientTable(table.OldTableI Line 465  class AutoTransientTable(table.OldTableI
465          # Make sure to use the column object of the transient table. The          # Make sure to use the column object of the transient table. The
466          # left argument is always a column object so we can just ask the          # left argument is always a column object so we can just ask the
467          # t_table for the right object.          # t_table for the right object.
468          return self.t_table.SimpleQuery(self.t_table.Column(left.name),          if hasattr(right, "name"):
469                                          comparison, right)              return self.t_table.SimpleQuery(self.t_table.Column(left.name),
470                                                comparison,
471                                                self.t_table.Column(right.name))
472            else:
473                return self.t_table.SimpleQuery(self.t_table.Column(left.name),
474                                                comparison, right)

Legend:
Removed from v.849  
changed lines
  Added in v.933

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26