r9203: Improved CommonSQL compatibility for SELECT.
[clsql.git] / ChangeLog
index 42a0b4e6e7eb7290ffa9bb732eeca9d19f30b9a4..2c8c6c83deae4ac2321f0898d89d7b6c700d6bf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk)
+       * sql/objects.lisp: fix bug in FIND-ALL when SELECT called with 2 
+       or more View Classes. 
+       * sql/objects.lisp: make the :flatp argument to SELECT work with 
+       object queries. 
+       * sql/objects.lisp: make SELECT accept a :result-types argument 
+       (defaults to :auto) which is passed on to QUERY.  
+       * sql/objects.lisp: SELECT returns field-names as a second value. 
+       * tests/test-ooddl.lisp: add flatp arg to SELECT calls as appropriate. 
+       * tests/test-fdml.lisp: add flatp/result-types arguments to calls 
+       to SELECT and take only first value as appropriate.
+       * tests/test-fdml.lisp: add two new tests for query result coercion 
+       and the field-names returned as a second value from SELECT. 
+       * tests/test-oodml.lisp: add flatp arg to SELECT calls as appropriate. 
+       
 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * Version 2.10.6-pre1
        * sql/metaclasses.lisp: Add void-value slot
@@ -9,6 +24,11 @@
        rather than read-from-string.
        * */*.lisp: Merge clsql-base-sys and clsql-base packages
        into clsql-base package
+       * classic/sql.lisp: Move large object support into base, leaving
+       classic without any functionality that is provided in the clsql
+       system.
+       * classic/package.lisp: Rename clsql-classic-sys package to
+       its former nickname of clsql-classic
        
 1 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * Version 2.10.5: SQLite backend now passes all result-types tests