Changes between Version 13 and Version 14 of SqlAlchemyQueryMacro


Ignore:
Timestamp:
Mar 7, 2015, 1:38:47 PM (9 years ago)
Author:
figaro
Comment:

Added former plugin name.

Legend:

Unmodified
Added
Removed
Modified
  • SqlAlchemyQueryMacro

    v13 v14  
    66
    77Execute 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.
     8
     9A previous version of this module is known as SqlQueryMacro.
    810
    911== !Bugs/Feature Requests