r9360: Strings as table identifiers in SELECT.
[clsql.git] / ChangeLog
index f877f918542842447ca763a181e0c77133379aaa..6fe98ecbcacda12332dfa92b70bc9f39d4de5aa9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
+       * sql/classes.lisp: SELECT now accepts table identifiers as strings 
+       for CommonSQL compliance. 
+       * tests/test-fdml.lisp: added test for table identifiers as strings 
+       in SELECT. 
+
 15 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
        * sql/sql.lisp: PRINT-QUERY now calls QUERY with result-types and 
        field-names set to nil.