Re: Database column creation order when using compound keys

2001-05-15 Thread Markus Holmberg
If you specify the column names (and order) in your insert statement it won't matter in which order Orion created the columns. Markus On Mon, May 14, 2001 at 03:41:03PM +, Erwin Teseling wrote: > Hello everybody, > > I am having some problems regarding the order in which Orion creates the

RE: Database column creation order when using compound keys

2001-05-14 Thread Jeff Schnitzer
The order should be determined by the elements in the orion-ejb-jar.xml deployment descriptor. Unfortunately there is a bug in 1.4.5 which causes the order of compound PK fields to switch on every deployment. It was fixed in 1.4.6. See bug #242. There is another similar problem in 1.4.8 which