changed view-classes-and-storable-slots to a defmethod
authorRuss Tyndall <russ@acceleration.net>
Wed, 9 Jan 2013 17:22:00 +0000 (12:22 -0500)
committerRuss Tyndall <russ@acceleration.net>
Wed, 9 Jan 2013 17:22:11 +0000 (12:22 -0500)
ChangeLog
sql/oodml.lisp

index c024a9be148c79d92f562e44fccb00ea475cf632..0440489e09a282cfac83a5c8124203d8df042151 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09 Russ Tyndall <russ@acceleration.net>
+       sql/oodml.lisp - changed view-classes-and-storable-slots to a
+       method (as it was intended to be all along)
+
 2012-12-19 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 6.4
 
index 109fb4c920b15952cd549e41575d72cce84341c7..ceb8f98851a1cfccc71bffda8db91ca71774c5cb 100644 (file)
    the public api"
   (update-record-from-slots obj slot :database database))
 
-(defun view-classes-and-storable-slots (class)
+(defmethod view-classes-and-storable-slots (class)
   "Get a list of all the tables we need to update and the slots on them
 
    for non normalized classes we return the class and all its storable slots