Re: [Hibernate] question about dialects..
To: <[EMAIL PROTECTED]> Sent by:cc: [EMAIL PROTECTED] Subject: [Hib
[Hibernate] question about dialects..
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