I deprecated it because I don't want SchemaExport to depend upon
functionality that is available on so few platforms. However, SchemaUpdate
probably *could* be allowed to use this. So I havn't removed it yet.....




                                                                                       
                                               
                    "Max Rydahl Andersen"                                              
                                               
                    <[EMAIL PROTECTED]>                            To:     <[EMAIL 
PROTECTED]>                           
                    Sent by:                                cc:                        
                                               
                    [EMAIL PROTECTED]       Subject:     [Hibernate] question about 
dialects..                        
                    eforge.net                                                         
                                               
                                                                                       
                                               
                                                                                       
                                               
                    06/02/03 02:18 AM                                                  
                                               
                                                                                       
                                               
                                                                                       
                                               




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();



Why is this deprecated just because not so many platforms support it ?

(just wondering, coz' I would just assume dialects not supporting this
would
throw an UnsupportedOperation exception et.al.)



/max




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel




**********************************************************************
Any personal or sensitive information contained in this email and
attachments must be handled in accordance with the Victorian Information
Privacy Act 2000, the Health Records Act 2001 or the Privacy Act 1988
(Commonwealth), as applicable.

This email, including all attachments, is confidential.  If you are not the
intended recipient, you must not disclose, distribute, copy or use the
information contained in this email or attachments.  Any confidentiality or
privilege is not waived or lost because this email has been sent to you in
error.  If you have received it in error, please let us know by reply
email, delete it from your system and destroy any copies.
**********************************************************************





-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to