[h2] While Implementing Full outer Join

2015-11-14 Thread Karteek Pradyumna Bulusu
I was implementing full outer join and am stuck with null pointer exception, Did anyone face something similar before and have an idea to rectify it. this is what I am getting: select * from one full outer join test where one.name = test.name; General error: "java.lang.NullPointerException" [5

[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] Extensions possible in H2 Database

2015-10-10 Thread Karteek Pradyumna Bulusu
at the transaction boundary >> >> Enjoy! >> >> >> - rami >> On Oct 10, 2015 8:41 AM, "Karteek Pradyumna Bulusu" < >> kartikpr...@gmail.com > wrote: >> >>> Hello everyone, >>> I am looking for possible extension I ca

[h2] Extensions possible in H2 Database

2015-10-09 Thread Karteek Pradyumna Bulusu
Hello everyone, I am looking for possible extension I can work on in H2 database. I am new to this database engine. I have heard this does not support nested JOIN operation. So, can you people suggest me other operations that are not doable in this database engine. It would give me few ideas to