Mercurial > sqlpython
changeset 388:841573c48676
cleaning up persistent hg fail
author | catherine@DellZilla |
---|---|
date | Tue, 06 Oct 2009 15:13:04 -0400 |
parents | e3dd9e4467d1 |
children | 53ee70e9417e |
files | sqlpython/sqlpython.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlpython/sqlpython.py Tue Oct 06 15:09:46 2009 -0400 +++ b/sqlpython/sqlpython.py Tue Oct 06 15:13:04 2009 -0400 @@ -102,8 +102,8 @@ rdbms = eng.url.drivername conn = {'conn': self.conn, 'prompt': self.prompt, 'dbname': eng.url.database, 'rdbms': rdbms, 'user': user, 'eng': eng, - 'schemas': schemagroup.get_schemagroup(rdbms, arg, - self.conn, user)} + 'schemas': schemagroup.SchemaDict({}, + rdbms=rdbms, user=user, connection=self.conn, connection_string=arg)} s = conn['schemas'] s.refresh() return conn