Parent Directory
|
Revision Log
|
Patch
revision 776 by bh, Tue Apr 29 12:42:14 2003 UTC | revision 777 by bh, Tue Apr 29 14:54:12 2003 UTC | |
---|---|---|
# | Line 53 class TransientDatabase: | Line 53 class TransientDatabase: |
53 | self.close() | self.close() |
54 | ||
55 | def close(self): | def close(self): |
56 | if self.conn: | if self.conn is not None: |
57 | self.conn.close() | self.conn.close() |
58 | self.conn = None | |
59 | ||
60 | def new_table_name(self): | def new_table_name(self): |
61 | self.num_tables += 1 | self.num_tables += 1 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |