Re: [Hibernate] question about dialects..

2003-02-07 Thread Gavin . King
To: <[EMAIL PROTECTED]> Sent by:cc: [EMAIL PROTECTED] Subject: [Hib

[Hibernate] question about dialects..

2003-02-05 Thread Max Rydahl Andersen
While loading hibernate2 into a clean eclipse workspace I spotted that all dialects implement an deprecated method in Dialect: /** * The syntax used to add a column to a table. * @deprecated not supported on many platforms * @return String */ public abstract String getAddColumnString(); W