Hi, it no longer expands individual fields within > the database tree to show their properties, and it doesn't show > indexes.
If there are more than 100 tables, then data types and indexes are not shown, due to performance problems in a browsers. That was quite some time ago, maybe this limit is no longer required... Could you check what happens if you change org.h2.server.web.DbSchema.MAX_TABLES_LIST_INDEXES and / or MAX_TABLES_LIST_COLUMNS and re-compile H2? How many tables do you have, and what browser do you use? Regards, 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.
