From: Kevin M. Rosenberg Date: Fri, 4 Jun 2004 18:50:19 +0000 (+0000) Subject: r9546: remove nulls-okay from example X-Git-Tag: v3.8.6~340 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=29f26325a5d91c9906117bf51fbefdf477e61451 r9546: remove nulls-okay from example --- diff --git a/examples/clsql-tutorial.lisp b/examples/clsql-tutorial.lisp index cf27468..5d1ae7f 100644 --- a/examples/clsql-tutorial.lisp +++ b/examples/clsql-tutorial.lisp @@ -18,7 +18,6 @@ ((emplid :db-kind :key :db-constraints :not-null - :nulls-ok nil :type integer :initarg :emplid) (first-name @@ -32,7 +31,6 @@ (email :accessor employee-email :type (string 100) - :nulls-ok t :initarg :email) (companyid :type integer) @@ -45,7 +43,6 @@ :set nil)) (managerid :type integer - :nulls-ok t :initarg :managerid) (manager :accessor employee-manager