X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaDb.ml;h=d4f5d01b1979246528a51eee128d46e4e175d214;hb=c0f06261e5626228e4681de9973b6412524f09a2;hp=aef37a2d0bee52f43f54c0374361073cdceb4f36;hpb=7564f3a87499807bfc15bc488bd6452dc0392b62;p=helm.git diff --git a/helm/matita/matitaDb.ml b/helm/matita/matitaDb.ml index aef37a2d0..d4f5d01b1 100644 --- a/helm/matita/matitaDb.ml +++ b/helm/matita/matitaDb.ml @@ -138,7 +138,8 @@ let remove_uri uri = [obj_tbl;sort_tbl;rel_tbl;name_tbl;(*conclno_tbl;conclno_hyp_tbl*)count_tbl]; (* and now the debug job *) let dbg_q = - sprintf "SELECT source FROM %s WHERE h_occurrence LIKE '%s%%'" obj_tbl suri + sprintf "SELECT source FROM %s WHERE h_occurrence LIKE '%s%%'" obj_tbl + (Mysql.escape suri) in try let rc = Mysql.exec dbd dbg_q in