X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=a43a34ccc6e42931c47b73b79c7d6c8b720c72f0;hp=42f7907d23eb95ea2744f139021fa246103cec80;hb=67a677df17f4af2cbf6e57294605f2454c392e00;hpb=36509b8d390e94b2b0f8e681c09d5e89452978d8 diff --git a/ChangeLog b/ChangeLog index 42f7907..a43a34c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,21 @@ +11 May 2005 Kevin Rosenberg + * sql/expressions.lisp: Avoid using simple-string declaration when + a non-simple string may be encountered. [issue noted by + will@cesmail.net] Add a simple-string declaration for a local + string generated. + +06 May 2005 Kevin Rosenberg + * sql/oodml.lisp: Change db-writer and db-reader processing to accept + a symbol as well as function to serve as a function designator + [issue noted by will@cesmail.net] + +05 May 2005 Kevin Rosenberg + * Version 3.1.13 + * sql/time.lisp: Fix error in submitted patch which caused error + in timestrings with 19 or less characters. + 27 Apr 2005 Kevin Rosenberg + * Version 3.1.12 * db-postgresql-socket/postgresql-api.lisp: Commit patch from Tim Howe to fix read-socket-sequence on non-sb-unicode sbcl.