Hi, On 9 Jan., 15:04, "Thomas Mueller" <[email protected]> wrote: > Hi, > > > When retrieving the index information, the automatically generated > > index for the primary key is no longer marked as a "primary key" > > index. > > Sorry I don't understand. To what method / query / column do you refer > to? With 'no longer' you mean it was different before? If yes in what > version?
Sorry, that was my fault :) I thought that DatabaseMetaData.getIndexInfo() returns a PK flag but that was actually "added" on top while I was processing the information from getPrimaryKeys() and the one from getIndexInfo(). Sorry for the confusion. Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
