This statement doesn't work in MapBuilder.vm
#elseif ($table.IdMethod == "sequence" || ($table.IdMethod ==
"native" && $dbprops.get("idMethod") == "sequence"))
Since dbprops is not in the context
Here is a partial patch, but it requires that you mark each table as
either native or sequence, which seems to defeat the purpose of using
defaultIdMethod in the table
#elseif ($table.IdMethod == "sequence" || $table.IdMethod ==
"native")
tMap.setPrimaryKeyMethodInfo("$table.Name");
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>