Reduce redudant code around displaying SQL results rows

Issue #236 open
Christopher Kramer created an issue

Originally reported on Google Code with ID 236

We have three ways of displaying SQL result sets as tables:
- view=sql
- action=table_sql
- action=row_view

All three share a big bunch of code. We really should reduce redundant code here. This
would avoid issues like issue #223.

Reported by crazy4chrissi on 2013-12-24 12:54:12

Comments (3)

  1. Christopher Kramer reporter

    Reported by crazy4chrissi on 2013-12-25 20:37:12 - Labels added: Maintainability

  2. dreadnaut
    Just a reminder: we could work on Issue #78 at the same time, when we fix this.
    

    Reported by dreadnaut on 2014-01-03 14:51:39

  3. Log in to comment