Improved documentation of normalized classes and changelog entry
[clsql.git] / sql / oodml.lisp
index 057031ce22478582b43dc9ed3d13067641d4caf0..109fb4c920b15952cd549e41575d72cce84341c7 100644 (file)
   "Makes sure that if a class has unfilled slots that claim to have a default,
    that we retrieve those defaults from the database
 
-   TODO: use update slots-from-record instead to batch this!"
+   TODO: use update-slots-from-record (doesnt exist) instead to batch this!"
   (loop for class-and-slots in (listify classes-and-slots)
         do (loop for slot in (slot-defs class-and-slots)
                  do (when (and (slot-has-default-p slot)