Oh, I didn't checked that. I only added the idMethod attribute to <database>, because
I need it in every table.
> -----Ursprüngliche Nachricht-----
> Von: Thomas Vandahl [mailto:tv@apache.org]
> Gesendet: Sonntag, 25. Mai 2008 13:16
> An: Apache Torque Users List
> Betreff: Re: Derby autogenereted keys
>
> Thoralf Rickert wrote:
> > I've defined a table:
> >
> > <table name="report">
> > <column name="id" required="true" type="BIGINT" primaryKey="true"
> > autoIncrement="true"/>
>
> Does <table name="report" idMethod="native"> change something?
>
> Bye, Thomas.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
> For additional commands, e-mail: torque-user-help@db.apache.org
>
>
|