Skip to content
Snippets Groups Projects
  1. Dec 03, 2012
  2. Dec 02, 2012
    • Gabriel Studer's avatar
      A piece of sugar for ost.table fans! Selection method which returns · d7bd83bf
      Gabriel Studer authored
      a sub-table with every row, that fulfills a certain ost-style query.
      It is still in development stage!
      TODO: Right now every full logical statement has to be embraced by
      brackets => 'col_a<100 and (col_b=50 or col_c>1000)' will throw an
      error. One has to provide a query in the form:
      '(col_a<100) and ((col_b=50) or (col_c>1000))'
      d7bd83bf
  3. Nov 30, 2012
  4. Nov 28, 2012
  5. Nov 27, 2012
  6. Nov 26, 2012
  7. Nov 22, 2012
  8. Nov 21, 2012
  9. Nov 20, 2012
  10. Nov 19, 2012
Loading