Changes between Version 9 and Version 10 of SqlAlchemyQueryMacro


Ignore:
Timestamp:
Feb 28, 2015, 12:52:13 PM (9 years ago)
Author:
fvdberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SqlAlchemyQueryMacro

    v9 v10  
    2424
    2525SqlAlchemyQueryMacro comes with sortable tables using http://www.kryogenix.org/code/browser/sorttable/
     26
     27== Example
     28
     29This macro can be used in one of two ways:
     30{{{
     31{{{
     32#!SQL
     33SELECT * FROM foo
     34}}}
     35}}}
     36
     37or
     38
     39{{{
     40[[SQL(SELECT * FROM foo)]]
     41}}}
    2642
    2743== Installation