Re: [hibernate-dev] hibernate dialect for hana

2013-05-04 Thread Andrew Clemons
On 2013-05-03 13:18:45 -0400, Brett Meyer wrote: > Andrew, could you create a pull request against our master branch and > add your dialect to > hibernate-core/src/main/java/org/hibernate/dialect? We'll take a > look. Email me if you need help creating the PR. Ok, sounds good. I am finishing up

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Brett Meyer
From: "Steve Ebersole" To: "Hibernate" Sent: Friday, May 3, 2013 8:16:29 AM Subject: Re: [hibernate-dev] hibernate dialect for hana We've never said we were not accepting new dialects. What was said is that there needs to be some accountability for new dialects. Sounds lik

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Steve Ebersole
We've never said we were not accepting new dialects. What was said is that there needs to be some accountability for new dialects. Sounds like we have that here... On 05/03/2013 05:37 AM, Andrew Clemons wrote: > Hi, > > On 2013-05-03 17:17:28 +0800, Strong Liu wrote: >> I think the main reason

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Andrew Clemons
Hi, On 2013-05-03 17:17:28 +0800, Strong Liu wrote: > I think the main reason is the lack of dev resource, if someone is > willing to promise that long time contribution / maintains, I'm fine > with that, or it will just become some dead code that we don't have > knowledge nor time to maintains.

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Sanne Grinovero
+1 But I'd really like to see - for example - Oracle providing free to use (and hosted) RDBMS instance, 10gen a MongoDB instance, etc.. so they can update it as they see fit and deal with the maintenance aspects of it (and licencing + execution costs). Ideally if someone - like Andrew in this cas

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Emmanuel Bernard
But we can definitely have a wiki page or even better a table in the documentation for third party dialects and where they are hosted. That' cheap for us and keep the ecosystem thriving. Emmanuel On Fri 2013-05-03 17:17, Strong Liu wrote: > I think the main reason is the lack of dev resource, if

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Strong Liu
I think the main reason is the lack of dev resource, if someone is willing to promise that long time contribution / maintains, I'm fine with that, or it will just become some dead code that we don't have knowledge nor time to maintains. On May 3, 2013, at 4:47 PM, Sanne Grinovero wrote: > Why

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Sanne Grinovero
Why not? Especially as Hana looks extremely interesting. I recall some discussion about having the database vendors maintain them, but to go that route we could at least document how it works and make sure it's easy enough for end users. I think I'd prefer to see if database vendors are willing t

Re: [hibernate-dev] hibernate dialect for hana

2013-05-02 Thread Strong Liu
IIRC there was an agreement that we'd not accept new dialect anymore On May 2, 2013, at 3:41 AM, Andrew Clemons wrote: > I'd like to follow up on the discussion started here[1]. I was asked to > port an existing application to Hana, so my first task was to write a > hibernate dialect for it. I'v

[hibernate-dev] hibernate dialect for hana

2013-05-01 Thread Andrew Clemons
I'd like to follow up on the discussion started here[1]. I was asked to port an existing application to Hana, so my first task was to write a hibernate dialect for it. I've completed this and so far it is working nicely in the integration tests for the application. My app is still using Hibernate 3