Changes between Version 12 and Version 13 of SqlAlchemyQueryMacro


Ignore:
Timestamp:
Mar 4, 2015, 1:23:19 PM (9 years ago)
Author:
figaro
Comment:

Added progress bar of outstanding tickets, added links

Legend:

Unmodified
Added
Removed
Modified
  • SqlAlchemyQueryMacro

    v12 v13  
    55== Description
    66
    7 Execute an SQL Query against a configured database displaying a formatted table of results.
     7Execute an SQL Query against a configured database displaying a formatted table of results. The macro uses [http://www.sqlalchemy.org/ SQLAlchemy], the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
    88
    99== !Bugs/Feature Requests
     
    1515[http://trac-hacks.org/newticket?component=SqlAlchemyQueryMacro new ticket].
    1616
     17[[TicketQuery(component=SqlAlchemyQueryMacro,group=type,format=progress)]]
     18
    1719== Download
    1820
     
    2325You can check out SqlAlchemyQueryMacro from [http://trac-hacks.org/svn/sqlalchemyquerymacro here] using Subversion, or [source:sqlalchemyquerymacro browse the source] with Trac.
    2426
    25 SqlAlchemyQueryMacro comes with sortable tables using the [http://www.kryogenix.org/code/browser/sorttable/ sorttable] library.
     27SqlAlchemyQueryMacro comes with sortable tables using the [http://www.kryogenix.org/code/browser/sorttable/ sorttable] library, written in Javascript.
    2628
    2729== Example
     
    3537}}}
    3638
    37 or
     39or:
    3840
    3941{{{