From 200e73473d48ee3b574484ecd6a38790ba4fc732 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Fri, 23 Mar 2012 14:53:51 -0400 Subject: [PATCH] fix typos in the ChangeLog --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1