excellent! How I love open source. Thanks Heiko!
Brian
- Original Message -
From: "Rupp,Heiko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 3:00 PM
Subject: RE: [JBoss-user] Add an index to a table on deployment
> Brian,
>
&
Brian,
> A) what versions of JBoss support this
> I see it's assigned to group 3.2. Does that
> mean this functionality is in all Jboss 3.2.x versions?
No, it will be in 3.2.2+
> B) are there xdoclet tags to support this?
Yes, in 1.2b3.
@jboss.persistence dbindex=true
and
@jboss.persistence
this?
thanks very much for your help,
Brian
- Original Message -
From: "Alexey Loubyansky" <[EMAIL PROTECTED]>
To: "Brian McSweeney" <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 1:56 PM
Subject: Re: [JBoss-user] Add an index to a table on deployment
> H
Hello Brian,
Thanks to Heiko, we have this
[ 743570 ] post-table-create commands and generate db-indices
http://sourceforge.net/tracker/index.php?func=detail&aid=743570&group_id=22866&atid=381174
alex
Tuesday, June 10, 2003, 1:17:48 PM, Brian McSweeney wrote:
BM> Hi all,
BM> We currently use
Hi all,
We currently use the jboss create table tag to
build our database schema on
deployment using cmp entity beans.
I was wondering if there is a way to add an index
to a specific
column in a table. We're using mysql and having
looked into it, we don't think
you can add an index on