X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=87c4a76fbb3634004ef360556ac9e584011ff1e1;hp=c555bdcd93da39f673e3612d45d06e62983f0add;hb=75defa0ce7e93c50c87fe272632dcdd942e80d49;hpb=e303385b84c6246c7d60ebd95d764a282a181a23 diff --git a/ChangeLog b/ChangeLog index c555bdc..87c4a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +15 May 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.10.18: Caching and refreshing complete + * sql/objects.lisp: implement UPDATE-OBJECT-JOINS, + implement REFRESH for SELECT. + * tests/test-oodml.lisp: Add tests for deferred retrieval, + caching, refresh, and update-object-joins + * tests/test-init.lisp: Add deferred-employee-address class + 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) * sql/operations.lisp: make MINUS operator a synonym for EXCEPT. Add COALESCE operator and make NVL a synonym for this. Make ANY, SOME,