Mercurial > sqlpython
comparison schema.patch @ 447:0b71da565ebe
added gerald patches
author | catherine@dellzilla |
---|---|
date | Wed, 10 Feb 2010 13:30:23 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
446:1cf1f69b2470 | 447:0b71da565ebe |
---|---|
1 94c94,98 | |
2 < # Connect to the db and suck out the data dictionary information | |
3 --- | |
4 > # Connect to the db and suck out the data dictionary information | |
5 > self.connect(connection_string) | |
6 > self.schema = self._get_schema(self._cursor) | |
7 > | |
8 > def connect(self, connection_string): | |
9 99,100c103 | |
10 < self.schema = self._get_schema(self._cursor) | |
11 < | |
12 --- | |
13 > |