X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=96a2fc8aefb98401bc9362bfb79171138d03a496;hp=69b816850a3c13911b1cf0da0a2711f8f07af0e2;hb=200e73473d48ee3b574484ecd6a38790ba4fc732;hpb=7127589ca079f4f4279be601ebd272b7488906b4 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