view demo/batchG.ur @ 1568:0fab80567fa3

Fix searching for underscore elements in PDF files.
author Ron de Bruijn <rmbruijn@gmail.com>
date Fri, 30 Sep 2011 08:16:50 -0400
parents a44daa674810
children
line wrap: on
line source
table t : {Id : int, A : string, B : float}
  PRIMARY KEY Id

open BatchFun.Make(struct
                       val tab = t
                       val title = "BatchG"
                       val cols = {A = BatchFun.string "A",
                                   B = BatchFun.float "B"}
                   end)