# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1222375036 14400 # Node ID fcb19853cd942fd6e3c11c0249957aa65ef182cb # Parent a2731c87b837cedd1370d94c3f8ed8621c1494b5 improved accessibility of html template diff -r a2731c87b837 -r fcb19853cd94 sqlpyPlus.py --- a/sqlpyPlus.py Thu Sep 25 16:20:08 2008 -0400 +++ b/sqlpyPlus.py Thu Sep 25 16:37:16 2008 -0400 @@ -423,14 +423,16 @@ Table Name - +
- - - + @@ -472,7 +474,7 @@ result = '\n'.join(result) elif outformat == '\\h': result = self.html_template.generate(**self.__dict__) - elif outformat == '\\t': + elif outformat == '\\t': # transposed rows = [self.colnames] rows.extend(list(self.rows)) transpr = [[rows[y][x] for y in range(len(rows))]for x in range(len(rows[0]))] # matrix transpose
+ Column Name
+
Value