X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref-connect.xml;h=a30aaf13e0a78e69c7765499a27087fbbfc5d267;hb=a6131d02d6b3c41ccb0ae411f8132857b39aa2f4;hp=d9c992e62837ec41c69a1966e6d8b2a265b0f197;hpb=e9e1a810cd690a31c0258f1aad313aeae18a8906;p=clsql.git diff --git a/doc/ref-connect.xml b/doc/ref-connect.xml index d9c992e..a30aaf1 100644 --- a/doc/ref-connect.xml +++ b/doc/ref-connect.xml @@ -379,8 +379,14 @@ connection-spec - A vendor specific connection specification supplied - as a list or as a string. + A SQL backend specific connection specification + supplied as a list or as a string. + For the MySQL backend, this list includes an + optional associative list of connection options. The + options list is parsed and supplied to the MySQL API + using mysql_options in between the + calls to mysql_init + and mysql_real_connect.