X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fgenerics.lisp;h=a7c8be1f5806901cdd4bfd9ce9744e6f1b245efb;hp=d1b642aecf2202ebcf595302c926b082b5caa393;hb=155c60b5195d618ef93541699694d57a21be3246;hpb=9898f50385419417475b1c07874a16902695cb8b diff --git a/sql/generics.lisp b/sql/generics.lisp index d1b642a..a7c8be1 100644 --- a/sql/generics.lisp +++ b/sql/generics.lisp @@ -84,11 +84,6 @@ your application needs to take action when a View Class instance has been updated by (select ... :refresh t) then add an INSTANCE-REFRESH method specializing on your subclass of STANDARD-DB-OBJECT.")) -(defgeneric database-null-value (type) - (:documentation - "Return an expression of type TYPE which SQL NULL values will be -converted into.")) - (defgeneric update-slot-with-null (instance slotname slotdef) (:documentation "Called to update a slot when its column has a NULL value. If nulls are allowed for the column, the slot's value will be