--- AbstractDatabaseAction.java	Tue Sep 25 19:17:56 2001
+++ AbstractDatabaseAction_.java	Thu Sep 27 18:28:37 2001
@@ -374,7 +374,7 @@
         }
         if (value == null) {
             /** If the value is null, set the column value null and return **/
-            if (typeName.equals("image-width") || typeName.equals("image-height") || typeName.equals("image-size") || typeName.equals("row-index") || typeName.equals("image-mime-type")) {
+            if (typeName.equals("now") || typeName.equals("image-width") || typeName.equals("image-height") || typeName.equals("image-size") || typeName.equals("row-index") || typeName.equals("image-mime-type")) {
               /** these column types are automatically generated so it's ok **/
             } else {
               statement.setNull(position, typeObject.intValue());
