Changeset 1428


Ignore:
Timestamp:
07/04/08 13:24:43 (16 years ago)
Author:
Malte Marquarding
Message:

Use TaQL style python in queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSelector.cpp

    r1391 r1428  
    104104void STSelector::setTaQL( const std::string& taql )
    105105{
    106   taql_ = taql;
     106  taql_ = "USING STYLE PYTHON " + taql;
    107107}
    108108
Note: See TracChangeset for help on using the changeset viewer.