[hibernate-team] PostgreSQLDialect - Mailing list pgsql-hackers

From Diego Pires Plentz
Subject [hibernate-team] PostgreSQLDialect
Date
Msg-id 7940ccb20711110704k7e181e39o5bf2c1d383150a6d@mail.gmail.com
Whole thread Raw
Responses Re: [hibernate-team] PostgreSQLDialect
List pgsql-hackers
Hi Guys,<br /><br />I'm one of the hibernate(<a href="http://hibernate.org" target="_blank">http://hibernate.org</a>)
teamcommiters and I'm here to ask you for a little help :-)<br />I'm trying to improve the support of hibernate to
Postgre(andother databases), but I'm don't have *that* knowledge in database functions and behavior. I'm already done a
coupleof improvements, but I'm trying to map all your functions, for example, to allow our users to use most of
databasefunctions with HQL. And to do that we must do some changes. <br /><br />What we must do(ok, what we *can* do
:-)) is change the file bellow, adding the functions that are useful to this file:<br /><br /><a
href="http://anonsvn.jboss.org/repos/hibernate/core/trunk/core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java"
target="_blank">
http://anonsvn.jboss.org/repos/hibernate/core/trunk/core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java</a><br
clear="all"/><br />This class is just a class that says to hibernate "hey, I'm a Postgree database and I'm work that
way".Here we register database types(with registerColumnType()), functions(with registerFunction()), and override some
methodsmethods that says to hibernate some database behaviors. This class extends our base Dialect, that is just a
classwith some basic info. <br /><br /><a
href="http://anonsvn.jboss.org/repos/hibernate/core/trunk/core/src/main/java/org/hibernate/dialect/Dialect.java">http://anonsvn.jboss.org/repos/hibernate/core/trunk/core/src/main/java/org/hibernate/dialect/Dialect.java
</a><br/><br />So, if someone wanna help, please let me know :-)<br /><br /><br />Cya!<br /><br />-- <br /><a
href="http://plentz.org/"target="_blank">http://plentz.org/</a><br />"Provide options, don't make lame excuses."  

pgsql-hackers by date:

Previous
From: Jörg Beyer
Date:
Subject: Problem to configure pg8.3b2 w/ ossp-uuid-support on OS X
Next
From: Magnus Hagander
Date:
Subject: Re: Win32 shared memory speed