ordered on the uri that was not enforced for the new Reference.
res
| MQListLVar lvar ->
letref_ex lvar
- | MQReference l -> (* FG: *)
+ | MQReference l ->
let rec build_result = function
| [] -> []
| s :: tail ->
{uri = s ; attributes = [] ; extra = ""} :: build_result tail
- in build_result l
- | MQMinimize l -> (* FG: sostituire con l'implementazione vera *)
- execute_ex env l
+ in build_result (List.sort compare l)
;;
(* Let's initialize the execute in Select, creating a cyclical recursion *)
in
[["retVal"]] @ List.map (fun l -> [l]) (pgresult_to_string_list res)*)
let qq = "select uri from registry where uri " ^ (pattern_match (apreamble, apattern, afragid)) ^ " order by registry.uri asc" in
+print_endline qq ; flush stderr ;
(*let _ = print_endline qq in*)
let res =
c#exec (qq)