Here is a dif file for a project I found in the Object.vm file.  If
there are no primary keys defined for a table you'll get a recursive
call to getPrimaryKey.

Marty




--- Object.vm.orig	Tue Apr 30 18:49:48 2002
+++ Object.vm	Thu Jun  6 11:44:38 2002
@@ -1068,7 +1068,7 @@
     #end
         return comboPK;
 #else
-        return getPrimaryKey();
+        return null;
 #end
     }
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to