Re: Hibernate Dialects for PostgreSQL

Lists: pgsql-patches
From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Hibernate Dialects for PostgreSQL
Date: 2007-11-12 10:53:23
Message-ID: 1194864803.2644.77.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

I enclose 3 Dialects for PostgreSQL, as discussed on -hackers.

The PostgreSQL83Dialect is essentially identical to 82Dialect, but the
principle of having one file per release seems easiest way of doing
things.

Further additions very welcome; I don't suppose at all this is the final
version.

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com

Attachment Content-Type Size
PostgreSQL8Dialect.java text/x-csrc 12.7 KB
PostgreSQL82Dialect.java text/x-java 447 bytes
PostgreSQL83Dialect.java text/x-java 447 bytes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>
Subject: Re: Hibernate Dialects for PostgreSQL
Date: 2007-11-12 13:28:42
Message-ID: 200711121428.42728.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Simon Riggs wrote:
> I enclose 3 Dialects for PostgreSQL, as discussed on -hackers.

There is no such thing as PostgreSQL 8. Please don't do that; it would
confuse users about the versioning scheme.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Hibernate Dialects for PostgreSQL
Date: 2007-11-12 13:41:49
Message-ID: 1194874909.2644.104.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Mon, 2007-11-12 at 14:28 +0100, Peter Eisentraut wrote:
> Simon Riggs wrote:
> > I enclose 3 Dialects for PostgreSQL, as discussed on -hackers.
>
> There is no such thing as PostgreSQL 8. Please don't do that; it would
> confuse users about the versioning scheme.

Would 8x be the right thing then?

So PostgreSQL8xDialect or PostgreSQL80Dialect or ...

--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com


From: David Fetter <david(at)fetter(dot)org>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Hibernate Dialects for PostgreSQL
Date: 2007-11-12 16:54:44
Message-ID: 20071112165444.GI12490@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Mon, Nov 12, 2007 at 01:41:49PM +0000, Simon Riggs wrote:
> On Mon, 2007-11-12 at 14:28 +0100, Peter Eisentraut wrote:
> > Simon Riggs wrote:
> > > I enclose 3 Dialects for PostgreSQL, as discussed on -hackers.
> >
> > There is no such thing as PostgreSQL 8. Please don't do that; it would
> > confuse users about the versioning scheme.
>
> Would 8x be the right thing then?
>
> So PostgreSQL8xDialect or PostgreSQL80Dialect or ...

I'd say 80 so it's easy to separate off 81, 82, 83, etc. :)

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Hibernate Dialects for PostgreSQL
Date: 2007-11-13 11:44:28
Message-ID: 200711131244.28948.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Am Montag, 12. November 2007 schrieb Simon Riggs:
> On Mon, 2007-11-12 at 14:28 +0100, Peter Eisentraut wrote:
> > Simon Riggs wrote:
> > > I enclose 3 Dialects for PostgreSQL, as discussed on -hackers.
> >
> > There is no such thing as PostgreSQL 8. Please don't do that; it would
> > confuse users about the versioning scheme.
>
> Would 8x be the right thing then?
>
> So PostgreSQL8xDialect or PostgreSQL80Dialect or ...

If you know it doesn't work before 8.0, PostgreSQL80Dialect sounds right.
Otherwise just PostgreSQLDialect or perhaps something like PostgreSQL{Base|
Abstract}Dialect.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/