Changes between Version 111 and Version 112 of TestManagerForTracPlugin


Ignore:
Timestamp:
Oct 25, 2014, 8:08:00 AM (9 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPlugin

    v111 v112  
    716716
    717717== Installation ==
    718 '''Trac 0.11, 0.12 and 1.x are supported''', and also '''Python 2.5, 2.6 and 2.7'''.
    719 
    720 There used to be known '''issues on Trac 0.11 with MySQL and PosgreSQL''' (caused by lack of Trac support to the "int64" database column type) until release 1.4.6, but now they '''are fixed'''.
     718'''Trac 0.12 and 1.x are supported''', and also '''Python 2.6 and 2.7'''.
     719
     720There used to be known '''issues on Trac 0.12 with MySQL and PosgreSQL''' (caused by lack of Trac support to the "int64" database column type) until release 1.4.6, but now they '''are fixed'''.
    721721
    722722'''Note:''' If you are using '''MySQL''' or '''PosgreSQL''', the database user must have read access to the trac.ini.
     
    738738 * SQL Executor
    739739
    740 With the latter plugin, you can perform arbitrary SQL queries on the Trac database from a web browser.  Just type on the URL:
    741 
    742   !http://yourserver/yourenvironment/sqlexec?sql=any                         SQL statement
     740With the latter plugin, you can perform '''arbitrary SQL''' queries or statements on the Trac database from your web browser (including creating, modifying and dropping tables...!).  Just click on the '''SQL Executor''' button on the toolbar at the top of the page and enter your query in the text area, or use the REST API as follows:
     741
     742  !http://yourserver/yourenvironment/sqlexec?sql=any SQL statement
    743743
    744744For example:
    745745
    746   !http://localhost/sampleproject/sqlexec?sql=select                         * from testcatalog
    747 
    748 Follow the tutorial presentation that you can download from the project site to start.  The tutorial is actually very old and needs to be updated to the new Test Plans and other features, but it will get you started.
     746  !http://localhost/sampleproject/sqlexec?sql=select * from testcatalog
     747
     748Follow the '''[wiki:TestManagerForTracPluginQuickSetup quick setup guide]''' or the '''[http://www.youtube.com/watch?v=BIi3QMT0rT4 video tutorial on YouTube]''' to get started.
    749749
    750750== Troubleshooting ==