Changes between Version 6 and Version 7 of SqlAlchemyQueryMacro


Ignore:
Timestamp:
Feb 27, 2015, 3:29:56 PM (9 years ago)
Author:
fvdberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SqlAlchemyQueryMacro

    v6 v7  
    3030
    3131his macro requires the python-sqlalchemy ​library and makes use of its db and table modules. Please install python-sqlalchemy first.
     32After getting the source you will have to edit {{{ install_sqlalchemyquery.bash }}} to your needs, you can change:
     33{{{
     34TRAC_PATH_REPLACE="/path/to/your-trac-environment" #absolute path to your trac environment
     35MAX_ROW_COUNT_REPLACE="1000"                       # maximum numbers of rows for the query result to display
     36TABLE_BORDER_REPLACE="border=\"1\""                # set the border with of the table
     37}}}
    3238
    3339To install the macro: