From: Kevin M. Rosenberg Date: Fri, 4 Jun 2004 20:03:02 +0000 (+0000) Subject: r9548: Select connection-spec based on connection type X-Git-Tag: v3.8.6~338 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=d3ebd08983655418350b5e0d3c6ef0a56eb59b1a r9548: Select connection-spec based on connection type --- diff --git a/ChangeLog b/ChangeLog index cfa0776..b788b27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 03 Jun 2004 Marcus Pearce * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute, - Reported by Bill Clementson. - + Select connection-spec based on connection type. Bugs reported by + Bill Clementson. + 31 May 2004 Marcus Pearce * db-odbc/odbc-sql.lisp: DB-TYPE replaced with DATABASE-TYPE in DATABASE-CONNECT.