24 Apr
2003
24 Apr
'03
9:51 p.m.
these are the changes I needed to make to the db.py fiel in the ZsapdbDA package to get it working with v7.4 on Linux (note, untested, but so far working better): 80c80 < 'select TABLE_NAME, TABLESPACE_NAME%s from %s_TABLES' % (e,t) ---
'select OBJECT_NAME, OBJECT_TYPE%s from %s_OBJECTS' % (e,t)
85,86c85,86 < a({'TABLE_NAME': name, 'TABLE_TYPE': typ}) < ---
if typ in _care: a({'TABLE_NAME': name, 'TABLE_TYPE': typ})
133,134c133 < < if max_rows and isinstance(c,DCsapdb.Cursor): ---
if max_rows and isinstance(r,DCsapdb.Cursor):
137c136 < ---
8382
Age (days ago)
8382
Last active (days ago)
0 comments
1 participants
participants (1)
-
Erik Myllymaki