Re: [hibernate-team] PostgreSQLDialect

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Diego Pires Plentz <diego(dot)pires(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [hibernate-team] PostgreSQLDialect
Date: 2007-11-11 15:53:42
Message-ID: 20071111155342.GA22997@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Nov 11, 2007 at 12:04:51PM -0300, Diego Pires Plentz wrote:
> I'm trying to improve the support of hibernate to Postgre(and other
> databases), but I'm don't have *that* knowledge in database functions and
> behavior. I'm already done a couple of improvements, but I'm trying to map
> all your functions, for example, to allow our users to use most of database
> functions with HQL. And to do that we must do some changes.

Hi, I've never used Hibernate but it seems to be that table of
functions could be generated automatically.

A few other things:
- You map "text" to CLOB. Not exactly sure what CLOB refers to but text
column are not generally used for large objects. I mean, you can store
up to a GB in them, but most such columns are not going to be large.

- You have supportsRowValueConstructorSyntax commented out. It does, if
you have a recent enough version, or do you mean something else?

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
> -- John F Kennedy

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-11-11 16:12:21 Re: Beta2 "horology" test failure on non-US zoneinfo/posixrules
Previous Message Magnus Hagander 2007-11-11 15:12:06 Re: Win32 shared memory speed