On Aug 2, 2012, at 3:42 PM, Henning Hraban Ramm wrote:
> python2.6/site-packages/dabo-trunk/dabo/db/dbMsSQL.py", line 61
> return tuple([{col: row[col] for col in row if type(col) != int}
> ^
> SyntaxError: invalid syntax
Yes, that looks like the closing brace for the dict is incorrect. Can
you try changing the lines to:
61 return tuple([{col: row[col]} for col in row if
type(col) != int
62 for row in super(ConCursor, self).fetchall()])
...and let me know if that works?
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]