[h2] Confused with the implementation of Table.updateRows

2016-12-29 Thread Ziming Zhao
Hi everybody, We're now doing some research on h2-1.4.192. During code reading of CRUD of a MVTable, I'm confused with the design and implementation of updateRows in Table. As far as I know, current Implementation is to first remove the old rows and the add new ones. I'm wondering what's

Re: [h2] Confused with the usage difference of org.h2.mvstore.type.XXXType and org.h2.value.DataType

2016-11-24 Thread Ziming Zhao
thanks a lot !!! -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To post to this group, send email to

[h2] Confused with the usage difference of org.h2.mvstore.type.XXXType and org.h2.value.DataType

2016-11-23 Thread Ziming Zhao
Hello, we are now doing some research on h2-1.4.192. However, during code reading, I'm confused about the difference between org.h2.mvstore.type.DataType and org.h2.value.DataType. Is there anyone who is familiar with why there are two classes representing Type of data in h2? What's the main