Hi, >> there is no java.sql.Types.UUID > Hmm, I was sure that such a constant exists but it really does not.
Yes, I also thought so first. To me it looks like an omission in the specification. > Ok, I fixed it with instanceof, added test and committed to trunk. Thanks a lot! I will also add an entry in the change log. > I know but it's not a reason to disallow it at all and also as > far as I understand this problem relates to caching efficiency and is > actual only for on-disk databases Yes. Of course UUIDs the primary key should still work. Also, the problem for (disk based) UUID primary keys is really just about randomly created ones, but not for UUIDs generated in another way. > At GridGain we use H2 to provide SQL access to our > distributed in-memory caches so it's normal for us. Sure, for in-memory databases it's not a problem. 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.
