X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.ml;fp=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.ml;h=260d46c3b00ce74d4f2e7d328c25c9ca06dbab4c;hp=6f8a6f7ba5af27a48af61bdc80b97f0a6c668f19;hb=a3466917f94c1910b5e16f1dfe601bd9e8af167e;hpb=1226984185a0ebc8b6cd6e694375c65c04f5ffda diff --git a/helm/ocaml/mathql_interpreter/mQIPostgres.ml b/helm/ocaml/mathql_interpreter/mQIPostgres.ml index 6f8a6f7ba..260d46c3b 100644 --- a/helm/ocaml/mathql_interpreter/mQIPostgres.ml +++ b/helm/ocaml/mathql_interpreter/mQIPostgres.ml @@ -28,7 +28,7 @@ let init connection_string = try Some (new Postgres.connection connection_string) - with _ -> raise (Failure ("MQIPostgres.init: " ^ connection_string)) + with _ -> None let close = function | None -> ()