[h2] Adding Merge join feature to H2 Database

2015-11-11 Thread ra2362
Hi All, I am new to H2 database and i am trying to add merge sort functionality to H2 Database. The problem with this is i'm not able to figure out which files to modify in order to add a new feature. Can someone help? Thanks, Rohit -- You received this message because you are subscribed to

[h2] Implementing Merge Join in H2 Db

2015-11-11 Thread Karteek Pradyumna Bulusu
Hey all, I have been working on H2 db for a month and presently looking into implementing Merge Join in it. Though I have an idea about algorithm I am finding tough time to find the files where I have to implement the changes. Can anyone help me with the same? Thank you. Cheers Karteek Bulusu

Re: [h2] Thread remain after deleting database

2015-11-11 Thread yonetosh
Thank you for investigation! I'm waiting for fix. -- 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,

Re: [h2] Thread remain after deleting database

2015-11-11 Thread Thomas Mueller
Hi, You are right, this is a bug. I will fix it. Regards, Thomas On Wednesday, November 11, 2015, wrote: > My system treats the multiple h2 databases. > Sometimes I deleted old database from my system. > org.h2.server.TcpServerThread is remained after deleting H2 databases by > using followin

[h2] Metadata and actual values column class mismatch

2015-11-11 Thread Christopher Deckers
Hi all, We found a case where metadata from a resultset declares a column class (a "java.lang.Double") but a value happens to not match (it is a "java.math.BigDecimal"). We base some logic on these column classes (like sorting in UI), and our code breaks (class cast exceptions). The culprit se

Re: [h2] Collection of postgres functions?

2015-11-11 Thread Rupert Smith
On Tuesday, November 10, 2015 at 1:57:57 PM UTC, Noel Grandin wrote: > > probably here: > > > https://github.com/h2database/h2database/tree/master/h2/src/main/org/h2/server/pg > > > next to the PostgreSQL catalog stuff. > I googled for the sources, and was directed to code.google.com. I g

[h2] Thread remain after deleting database

2015-11-11 Thread yonetosh
My system treats the multiple h2 databases. Sometimes I deleted old database from my system. org.h2.server.TcpServerThread is remained after deleting H2 databases by using following query. - query for deleting database DROP ALL OBJECTS DELETE FILES; SHUTDOWN; I checked the TcpServerThread that s

[h2] WebServlet container authentication

2015-11-11 Thread Lukáš Vasek
Hi, Is there any option how to configure WebServlet to authenticate to db using container authentication and using jndi? -- 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 e