Mercurial > sqlpython
changeset 228:84905120d6c7
last_ddl_time is proper label
author | catherine@dellzilla |
---|---|
date | Fri, 20 Feb 2009 11:52:08 -0500 |
parents | 5cfa3eff8e4b |
children | 411f78dc1e07 |
files | sqlpython/sqlpyPlus.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sqlpython/sqlpyPlus.py Fri Feb 20 11:45:49 2009 -0500 +++ b/sqlpython/sqlpyPlus.py Fri Feb 20 11:52:08 2009 -0500 @@ -991,7 +991,7 @@ whose = 'user' objname = 'object_name' if opts.long: - moreColumns = ', status, last_ddl_time AS modified' + moreColumns = ', status, last_ddl_time' else: moreColumns = ''