Re: [hibernate-dev] Dialect documentation

2010-09-28 Thread Norman Bauer
Thanks to both of you. Norm On Tue, Sep 28, 2010 at 5:21 AM, Emmanuel Bernard wrote: > Simply look at the Dialect source code of the database that is closest to > yours, or use the generic Dialect code and start from there. That's the best > approach. > > On 27 sept. 2010, at 14:55, Norman Bauer

Re: [hibernate-dev] Dialect documentation

2010-09-28 Thread Emmanuel Bernard
Simply look at the Dialect source code of the database that is closest to yours, or use the generic Dialect code and start from there. That's the best approach. On 27 sept. 2010, at 14:55, Norman Bauer wrote: > Could anyone provide me with links to any guidance docouments/articles on > creating