r9251:
[clsql.git] / ChangeLog
index 9f02b2a29003343b12c7296b9e59ca4216eb52fb..982bb0d7065656a7552b1f6def0f34f92a222470 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
        * sql/objects.lisp: Have :target-slot return of list of lists rather
        than a list of cons pairs to be conformant with CommonSQL.
        Make :target-slot much more efficient by using a SQL inner join
-       statement and just requiring one SQL query.
+       statement and just requiring one SQL query. Add :retrieval :deferrred
+       to target-slot joins. Add placeholder for update-objects-join.
        * sql/classes.lisp: Add :inner-join and :on slots to sql-query class
        and process them for query output-sql.