Changes between Version 21 and Version 22 of SqlAlchemyQueryMacro


Ignore:
Timestamp:
May 10, 2018, 10:50:25 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SqlAlchemyQueryMacro

    v21 v22  
    5555TRAC_REPLACE = "your_trac_environment"               # name of your trac environment (relative path without slashes)
    5656MAX_ROW_COUNT_REPLACE = "1000"                       # maximum numbers of rows for the query result to display
    57 TABLE_BORDER_REPLACE = "border=\"1\""                # set the border with of the table
     57TABLE_BORDER_REPLACE = "border=\"1\""                # set the border width of the table
    5858}}}
    5959
    6060To install the macro:
    6161{{{#!sh
    62 tar -zxvf SqlAlchemyQuery.tar.gz
    63 cd SqlAlchemyQuery
     62$ tar -zxvf SqlAlchemyQuery.tar.gz
     63$ cd SqlAlchemyQuery
    6464--- edit install_sqlalchemyquery.bash ---
    65 ./install_sqlalchemyquery.bash
     65$ ./install_sqlalchemyquery.bash
    6666}}}
    6767
     
    6969
    7070{{{#!sh
    71 svn checkout https://trac-hacks.org/svn/sqlalchemyquerymacro
    72 cd sqlalchemyquerymacro/1.0/
     71$ svn checkout https://trac-hacks.org/svn/sqlalchemyquerymacro
     72$ cd sqlalchemyquerymacro/1.0/
    7373--- edit install_sqlalchemyquery.bash ---
    74 ./install_sqlalchemyquery.bash
     74$ ./install_sqlalchemyquery.bash
    7575}}}
    7676
     
    8585To configure this plugin, you must tell SqlAlchemy what database to connect to.
    8686
    87 In `trac.ini`:
     87In `trac.ini` for MySQL:
    8888
    8989{{{#!ini
     
    9292}}}
    9393
    94 You can also use Oracle or SQLite:
     94You can also use Oracle:
    9595
    9696{{{#!ini
     
    9999}}}
    100100
    101 or:
     101or SQLite:
    102102
    103103{{{#!ini