Jon Stevens <[EMAIL PROTECTED]> writes:
> on 6/13/01 4:59 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > - defaultIdMethod (idbroker|autoincrement|sequence|none) "none"
> > + defaultIdMethod (idbroker|native|autoincrement|sequence|none) "none"
>
> If you are going to have a native value, you should just get rid of
> autoincrement and sequence. Or, are you keeping them there for backwards
> compatibility?
Yes--they are only around in the DTD for backwards compatibility.
They are used no where except for one place in the Java code which
changes the table's idMethod to "native" if "autoincrement" or
"sequence" was specified in the XML schema (it also prints a
deprecation warning to the log).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]