Add <index> to the <id> node to define the PK index name

Description

Add <index> to the <id> node, I need it to define the name of the PK index.
Using the column index:
<id name="Id">
<column name="Id" index="PK_HelpPage_Id" />
<generator class="hilo" />
</id>

makes SchemaExport to generate 2 indexes (one clustered for the PK, and another non-clustered with the name PK_HelpPage_Id)

Environment

None

Activity

Show:

Karl Chu April 23, 2008 at 6:19 PM

Use <database-object> instead

Won't Fix

Details

Assignee

Reporter

Components

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created April 1, 2008 at 7:40 AM
Updated April 23, 2008 at 6:19 PM
Resolved April 23, 2008 at 6:19 PM
Who's Looking?