X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fhmysql%2FhSqlite3.ml;h=707b482bc4d3cb5f76469324a8233d2495a272e9;hb=76ec6b95c6f462f7fdedf0bc87354fb874ef4a46;hp=efec9c2b98ba4bb21ae98c95078dfa4c55c12e7e;hpb=36d84ee0f884c2a4efb77fccf052fba1d5843528;p=helm.git diff --git a/helm/software/components/hmysql/hSqlite3.ml b/helm/software/components/hmysql/hSqlite3.ml index efec9c2b9..707b482bc 100644 --- a/helm/software/components/hmysql/hSqlite3.ml +++ b/helm/software/components/hmysql/hSqlite3.ml @@ -118,7 +118,8 @@ let quick_connect else Sqlite3.Data.INT 0L | _ -> raise (Error "wrong types to 'REGEXP'") - with exn -> HLog.error (Printexc.to_string exn); raise exn); + with Sys.Break -> Sqlite3.Data.INT 0L + | exn -> HLog.error (Printexc.to_string exn); raise exn); Some db ;;