From: Ryan Davis Date: Fri, 23 Mar 2012 18:53:51 +0000 (-0400) Subject: fix typos in the ChangeLog X-Git-Tag: v6.1.1~14 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=200e73473d48ee3b574484ecd6a38790ba4fc732 fix typos in the ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 69b8168..96a2fc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,10 +28,10 @@ I.e. you can now do things like: (clsql:connect '("DsnName" "UserName" "" :connection-string - "DRIVER={FreeTDS};SERVER=...;DATABASE=...;UID=...;PWD=...;PORT=1433;TDS_Version=8.0;APP=clsql" - :database-type :odbc)) + "DRIVER={FreeTDS};SERVER=...;DATABASE=...;UID=...;PWD=...;PORT=1433;TDS_Version=8.0;APP=clsql") + :database-type :odbc) - I belibe the DsnName and Username at that point are only used when + I believe the DsnName and Username at that point are only used when printing the connection information. 2011-12-20 Kevin Rosenberg