X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2FmQIConn.ml;h=270d1f9d0cd1eee283fc25bd6de052c656277835;hb=a7063fc0997a9d9eae6c329443e67ab92c4b6a0f;hp=d4a0b067fd5c336fcdee15b6124fa13fe1bb9150;hpb=52f0f77f24e6a1dfd2a1b277d6ade218039ba574;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIConn.ml b/helm/ocaml/mathql_interpreter/mQIConn.ml index d4a0b067f..270d1f9d0 100644 --- a/helm/ocaml/mathql_interpreter/mQIConn.ml +++ b/helm/ocaml/mathql_interpreter/mQIConn.ml @@ -26,7 +26,9 @@ (* AUTOR: Ferruccio Guidi *) -type connection = MySQL_C of Mysql.dbd +(* $Id$ *) + +type connection = MySQL_C of HMysql.dbd | Postgres_C of Postgres.connection | No_C